Back to Devexpress

DXGraphicsPath.StartFigure() Method

corelibraries-devexpress-dot-drawing-dot-dxgraphicspath-12aaecd1.md

latest885 B
Original Source

DXGraphicsPath.StartFigure() Method

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

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public void StartFigure()
vb
Public Sub StartFigure

See Also

DXGraphicsPath Class

DXGraphicsPath Members

DevExpress.Drawing Namespace