Click or drag to resize

RectangleIsZero Property

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; }

Property Value

Type: Boolean
Remarks
The X, Y, Width, and Height components of this rectangle must be zero for this to return true.
See Also