Skip to main content

GraphicsCache.FillPath(Brush, IDxGraphicsPath) Method

Fills the interior of a GraphicsPath.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.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