Skip to main content
All docs
V23.2

DXGraphicsPathData.PathPoints Property

Retrieves points used to construct the path.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public IReadOnlyList<PointF> PathPoints { get; }

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