CanvasDrawPolygon Method (Pen, Brush, PointF)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,
	Brush brush,
	PointF[] points
)

Parameters

pen
Type: Bytescout.PDFPen
Bytescout.PDF.Pen that determines the color, width, and style of the polygon.
brush
Type: Bytescout.PDFBrush
Bytescout.PDF.Brush that determines the characteristics of the fill.
points
Type: System.DrawingPointF
Array of System.Drawing.PointF structures that represent the vertices of the polygon.
See Also

Reference