CanvasDrawPolygon Method (Pen, PointsArray)ByteScout PDF SDK
Draws a polygon defined by an array of System.Drawing.PointF structures.

Namespace:  Bytescout.PDF
Assembly:  Bytescout.PDF (in Bytescout.PDF.dll) Version: 3.5.1.1204-master
Syntax

public void DrawPolygon(
	Pen pen,
	PointsArray points
)

Parameters

pen
Type: Bytescout.PDFPen
Bytescout.PDF.Pen that determines the color, width, and style of the polygon.
points
Type: Bytescout.PDFPointsArray
Array of points that represent the vertices of the polygon.
See Also

Reference