Link Search Menu Expand Document

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

Parameters

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