Link Search Menu Expand Document

CanvasDrawPolygon Method (Pen, PointF)

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,
	PointF[] points
)

Parameters

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

Reference