MonobjcMonobjc Documented Class Library
CGRectGetMinX Method (rect)
NamespacesMonobjc.ApplicationServicesCGRectCGRectGetMinX(CGRect)
Returns the x-axis coordinate that establishes the left edge of a rectangle.
Declaration Syntax
C#Visual BasicVisual C++
public static float CGRectGetMinX(
	CGRect rect
)
Public Shared Function CGRectGetMinX ( _
	rect As CGRect _
) As Single
public:
static float CGRectGetMinX(
	CGRect rect
)
Parameters
rect (CGRect)
The rectangle to examine.
Return Value
The x-coordinate of the bottom-left corner of the specified rectangle.
Remarks
Original declaration is : float CGRectGetMinX ( CGRect rect );
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)