Search
IGraphicsPath.CloseFigure Method
See Also
 





Closes the current figure and starts a new figure. If the current figure contains a sequence of connected lines and curves, the method closes the loop by connecting a line from the endpoint to the starting point.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

void CloseFigure ()

Visual Basic  Copy Code

Sub CloseFigure ()

 See Also