Click or drag to resize

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
void CloseFigure()
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 StartFigure
See Also