Skip to main content
All docs
V25.1
  • DXGraphicsPath(DXGraphicsPathData) Constructor

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public DXGraphicsPath(
        DXGraphicsPathData pathData
    )

    Parameters

    Name Type Description
    pathData DXGraphicsPathData

    Graphics data (a list of points and types) to define the DXGraphicsPath instance.

    See Also