Skip to main content
All docs
V25.1
  • DXGraphics.FillPath(DXBrush, DXGraphicsPath) Method

    Fills the interior of the specified path.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.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