MonobjcMonobjc Documented Class Library
IsEmptyRect Property
NamespacesMonobjc.FoundationNSRectIsEmptyRect
Returns a Boolean value that indicates whether this rectangle is empty.
Declaration Syntax
C#Visual BasicVisual C++
public bool IsEmptyRect { get; }
Public ReadOnly Property IsEmptyRect As Boolean
	Get
public:
property bool IsEmptyRect {
	bool get ();
}
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)