Skip to main content
All docs
V23.2

DXGraphics.FillPath(DXBrush, DXGraphicsPath) Method

Fills the interior of the specified path.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public void FillPath(
    DXBrush brush,
    DXGraphicsPath path
)

Parameters

Name Type Description
brush DXBrush

The brush used to fill the path.

path DXGraphicsPath

A path to fill.

See Also