Skip to main content
All docs
V25.1
  • DXGraphicsPathData.PathPoints Property

    Retrieves points used to construct the path.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.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