Skip to main content
All docs
V25.1
  • DXGraphicsPath(DXFillMode) 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(
        DXFillMode fillMode = DXFillMode.Alternate
    )

    Optional Parameters

    Name Type Default Description
    fillMode DXFillMode Alternate

    An enumeration value that indicates the fill mode of the closed path interior.

    See Also