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

PdfGraphics.FillPolygon(Brush, PointF[]) Method

Fills the interior of a polygon defined by an array of points specified by PointF structures.

Namespace: DevExpress.Pdf

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

Declaration

public void FillPolygon(
    Brush brush,
    PointF[] points
)

Parameters

Name Type Description
brush Brush

A Brush object which represents the brush used to fill the polygon.

points PointF[]

Array of PointF structures that represent the vertices of the polygon to fill.

See Also