Gets a value indicating whether this PointD is empty.

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

true if both X()()() and Y()()() are 0; otherwise, false.

See Also