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