Back to Devexpress

DXGraphicsPath.CloseFigure() Method

corelibraries-devexpress-dot-drawing-dot-dxgraphicspath-0acf76ed.md

latest972 B
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public void CloseFigure()
vb
Public Sub CloseFigure

See Also

DXGraphicsPath Class

DXGraphicsPath Members

DevExpress.Drawing Namespace