Skip to main content
All docs
V25.1
  • GraphicsCache.FillPath(Brush, IDxGraphicsPath) Method

    Fills the interior of a GraphicsPath.

    Namespace: DevExpress.Utils.Drawing

    Assembly: DevExpress.Utils.v25.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    public void FillPath(
        Brush brush,
        IDxGraphicsPath path
    )

    Parameters

    Name Type Description
    brush Brush

    A Brush object that determines the characteristics of the fill.

    path DevExpress.Utils.Drawing.IDxGraphicsPath

    An object that wraps a GraphicsPath object that represents the path to fill.

    See Also