MonobjcMonobjc Documented Class Library
CGRectGetMinY Method (rect)
NamespacesMonobjc.ApplicationServicesCGRectCGRectGetMinY(CGRect)
Returns the y-axis coordinate that establishes the bottom edge of a rectangle.
Declaration Syntax
C#Visual BasicVisual C++
public static float CGRectGetMinY(
	CGRect rect
)
Public Shared Function CGRectGetMinY ( _
	rect As CGRect _
) As Single
public:
static float CGRectGetMinY(
	CGRect rect
)
Parameters
rect (CGRect)
The rectangle to examine.
Return Value
The y-coordinate of the bottom-left corner of the specified rectangle.
Remarks
Original declaration is : float CGRectGetMinY ( 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)