Gets a value indicating that both the and
Size of this rectangle are zero
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool IsZero { get; }
Public ReadOnly Property IsZero As Boolean
Get
member IsZero : bool with get
Property Value
Type:
BooleanRemarks
The X, Y, Width, and Height components of this rectangle must be zero for this to return true.
See Also