Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphics.FillPath(Brush, GraphicsPath) Method

Fills the interior of a GraphicsPath.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v19.1.Drawing.dll

Declaration

public void FillPath(
    Brush brush,
    GraphicsPath path
)

Parameters

Name Type Description
brush Brush

A Brush that determines the characteristics of the fill.

path GraphicsPath

A GraphicsPath that represents the path to fill.

See Also