IsEmpty Property
Summary
Gets a value indicating whether this LogicalPoint structure is empty.
Syntax
public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
public:
property bool IsEmpty {
bool get();
}
Property Value
true if this LogicalPoint structure is empty; false, otherwise.