Search
IGraphicsPath.StartFigure Method
See Also
 





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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void StartFigure ()

Visual Basic  Copy Code

Sub StartFigure ()

 See Also