GraphicsPath.StartFigure

GraphicsPath.StartFigure method

Starts a new figure without closing the current figure. All subsequent points added to the path are added to this new figure.

public void StartFigure()

See Also