DXGraphicsPathData.PathPoints Property
Retrieves points used to construct the path.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Property Value
Type | Description |
---|---|
IReadOnlyList<PointF> | A list of points used to construct the path. |
Remarks
Use the DXGraphicsPathData.PathTypes property to retrieve a list of types associated with the points.
See Also