MonobjcMonobjc Documented Class Library
CGRectStandardize Method (rect)
NamespacesMonobjc.ApplicationServicesCGRectCGRectStandardize(CGRect)
Returns a rectangle with a positive width and height.
Declaration Syntax
C#Visual BasicVisual C++
public static CGRect CGRectStandardize(
	CGRect rect
)
Public Shared Function CGRectStandardize ( _
	rect As CGRect _
) As CGRect
public:
static CGRect CGRectStandardize(
	CGRect rect
)
Parameters
rect (CGRect)
The source rectangle.
Return Value
Returns a rectangle, equivalent to the source rectangle, with a positive width and height.
Remarks
Original declaration is : CGRect CGRectStandardize ( 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)