Skip to main content
A newer version of this page is available. .

GraphicsCache.FillPath(Brush, GraphicsPath) Method

Fills the interior of a GraphicsPath.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public void FillPath(
    Brush brush,
    GraphicsPath path
)

Parameters

Name Type Description
brush Brush

Brush that determines the characteristics of the fill.

path GraphicsPath

GraphicsPath that represents the path to fill.

See Also