DrawPolygon Method (C1PdfDocument)
In This Topic
Draws a polygon defined by an array of point structures.
Syntax
'Declaration
Public Sub DrawPolygon( _
ByVal As Pen, _
ByVal () As PointF _
)
public void DrawPolygon(
Pen ,
PointF[]
)
Parameters
- pen
- System.Drawing.Pen object that determines the color, width, and style of the polygon.
- points
- Array of point structures that represent the vertices of the polygon.
See Also