CanvasDrawPolygon Method (Brush, 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(
	Brush brush,
	PointsArray points
)

Parameters

brush
Type: Bytescout.PDFBrush
Bytescout.PDF.Brush that determines the characteristics of the fill.
points
Type: Bytescout.PDFPointsArray
Array of points that represent the vertices of the polygon.
See Also

Reference