MonobjcMonobjc Documented Class Library
GetPathBoundingBox Method (path)
NamespacesMonobjc.ApplicationServicesCGPathGetPathBoundingBox(IntPtr)

Returns the bounding box of a graphics path.

Original signature is 'CGRect CGPathGetPathBoundingBox ( CGPathRef path );'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static CGRect GetPathBoundingBox(
	IntPtr path
)
Public Shared Function GetPathBoundingBox ( _
	path As IntPtr _
) As CGRect
public:
static CGRect GetPathBoundingBox(
	IntPtr path
)
Parameters
path (IntPtr)
MISSING
Return Value
A rectangle that represents the path bounding box of the specified path. If the path is empty, this function returns CGRectNull.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)