Skip to main content
All docs
V24.2

DXGraphicsPath(DXFillMode) Constructor

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

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