MonobjcMonobjc Documented Class Library
CGRectIsEmpty Method (rect)
NamespacesMonobjc.ApplicationServicesCGGeometryCGRectIsEmpty(CGRect)

Returns whether a rectangle has zero width or height, or is a null rectangle.

Original signature is 'bool CGRectIsEmpty ( CGRect rect );'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool CGRectIsEmpty(
	CGRect rect
)
Public Shared Function CGRectIsEmpty ( _
	rect As CGRect _
) As Boolean
public:
static bool CGRectIsEmpty(
	CGRect rect
)
Parameters
rect (CGRect)
MISSING
Return Value
true if the specified rectangle is empty; otherwise, false.
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.AppKit (Module: Monobjc.AppKit)