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