[]
Draws a polygon defined by an array of point structures.
void DrawPolygon(Pen pen, PointF[] points)
Type | Name | Description |
---|---|---|
Pen | pen | GrapeCity.Documents.Drawing.Pen object that determines the color, width, and style of the polygon. |
PointF[] | points | Array of point structures that represent the vertices's of the polygon. |
All coordinates are expressed in points, measured from the upper-left corner of the page.