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 ReadOnly Property IsEmpty As Boolean
Get
abstract IsEmpty : bool with get
Property Value
Type:
Booleantrue if this path is empty; otherwise,
false.
See Also