DXGraphicsPath.PathPoints Property
Retrieves the path points.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Property Value
Type | Description |
---|---|
IReadOnlyList<PointF> | A list of points in the path. |
See Also