Click or drag to resize

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
void StartFigure()
Remarks
This will make the next segment added to the path independent (unconnected) to the last segment.
See Also