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