IGraphicsPathCloseFigure Method |
Closes the current figure by connecting a line to the beginning of the figure
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax abstract CloseFigure : unit -> unit
Remarks
This will also make the next segment added to the path start independently from the last figure.
To start a new figure without closing the current one, use
StartFigureSee Also