[]
        
(Showing Draft Content)

C1.C1Pdf.C1PdfDocument.DrawPolygon

DrawPolygon Method

DrawPolygon(Pen, PointF[])

Draws a polygon defined by an array of point structures.

Declaration
public void DrawPolygon(Pen pen, PointF[] points)
Parameters
Type Name Description
Pen pen

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

PointF[] points

Array of point structures that represent the vertices of the polygon.

Remarks

All coordinates are expressed in points, measured from the upper-left corner of the page.