MonobjcMonobjc Documented Class Library
CGRectIsEmpty Method (rect)
NamespacesMonobjc.ApplicationServicesCGRectCGRectIsEmpty(CGRect)
Indicates whether a rectangle has zero width or height or is a null rectangle.
Declaration Syntax
C#Visual BasicVisual C++
public static int CGRectIsEmpty(
	CGRect rect
)
Public Shared Function CGRectIsEmpty ( _
	rect As CGRect _
) As Integer
public:
static int CGRectIsEmpty(
	CGRect rect
)
Parameters
rect (CGRect)
The rectangle to examine.
Return Value
Returns 1 if the specified rectangle is empty; otherwise, 0.
Remarks
Original declaration is : int CGRectIsEmpty ( 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)