Click or drag to resize

IGraphicsPathIsEmpty Property

Gets a value indicating that this graphics path is empty and has no segments

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
bool IsEmpty { get; }

Property Value

Type: Boolean
true if this path is empty; otherwise, false.
See Also