Returns the bounding box containing all points in a graphics path.
Original signature is 'CGRect CGPathGetBoundingBox ( CGPathRef path );'
Available in Mac OS X v10.2 and later.


- path (IntPtr)
- MISSING

A rectangle that represents the bounding box of the specified path. If the path is empty, this function returns CGRectNull.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)