Skip to main content
All docs
V25.1
  • DXGraphicsPathData(IReadOnlyList<PointF>, IReadOnlyList<DXPathPointType>) Constructor

    Initializes a new instance of the DXGraphicsPathData class with specified settings.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public DXGraphicsPathData(
        IReadOnlyList<PointF> points,
        IReadOnlyList<DXPathPointType> types
    )

    Parameters

    Name Type Description
    points IReadOnlyList<PointF>

    A list of points used to construct the path.

    types IReadOnlyList<DXPathPointType>

    A list of point types.

    See Also