GraphicsPathStartFigure Method |
Starts a new figure without closing the current figure
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void StartFigure()
abstract StartFigure : unit -> unit
override StartFigure : unit -> unit
Implements
IGraphicsPathStartFigureRemarks
This will make the next segment added to the path independent (unconnected) to the last segment.
See Also