Skip to main content
A newer version of this page is available. .
All docs
V22.2

DXGraphicsPath.CloseFigure() Method

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: DevExpress.Drawing

Assembly: DevExpress.Drawing.v22.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public void CloseFigure()
See Also