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