Tests whether the Width()()() or Height()()() property of this RectangleD has a value of zero.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property IsEmpty As Boolean
C#
public bool IsEmpty { get; }
Visual C++
public:
property bool IsEmpty {
	bool get ();
}

Return Value

This property returns true if the Width()()() or Height()()() property of this RectangleD has a value of zero; otherwise, false.

See Also