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

    Fills the interior of a region.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public void FillRegion(
        DXBrush brush,
        DXRegion region
    )

    Parameters

    Name Type Description
    brush DXBrush

    The brush used to fill the interior.

    region DXRegion

    The area to fill.

    See Also