IsEmpty Property
Summary
Tests whether all numeric properties of this LogicalRectangle have values of zero.
Syntax
public bool IsEmpty { get; }
Public ReadOnly Property IsEmpty As Boolean
public:
property bool IsEmpty {
bool get();
}
Property Value
true if this LogicalRectangle structure is empty; false, otherwise.