System.Drawing.Drawing2D.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.

Syntax

public void StartFigure ()

Remarks

The user must keep the original points if they are needed. The original points are converted to cubic Bézier control points internally, therefore there is no mechanism for returning the original points.

This method starts a new subpath in the path. Subpaths allow you to separate a path into sections and use the System.Drawing.Drawing2D.GraphicsPathIterator class to iterate through the subpaths.

Requirements

Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0