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

PdfGraphics.DrawPolygon(Pen, PointF[]) Method

Draws a polygon defined by an array of PointF structures.

Namespace: DevExpress.Pdf

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

Declaration

public void DrawPolygon(
    Pen pen,
    PointF[] points
)

Parameters

Name Type Description
pen Pen

A Pen object that determines the color, width, and style of the polygon.

points PointF[]

An array of PointF structures that represent the vertices of the polygon.

See Also