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