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