Click or drag to resize

GraphicsPathIsEmpty 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
public bool IsEmpty { get; }

Property Value

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

Implements

IGraphicsPathIsEmpty
See Also