Point..::..IsEmpty Property

Gets a value indicating whether this instance is empty.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
	Get
public:
property bool^ IsEmpty {
	bool^ get ();
}

Field Value

true if this instance is empty; otherwise, false.