DXGraphicsPath.GetLastPoint() Method
Gets the last point in the PathPoints array.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Returns
| Type | Description |
|---|---|
| PointF | The last point in this path. |
See Also