Click or drag to resize

PdfCanvas DrawPolygon Method (PdfPen, PointF )

Draws a polygon.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void DrawPolygon(
	PdfPen pen,
	PointF[] points
)

Parameters

pen
Type: Spire.Pdf.Graphics PdfPen
The pen.
points
Type: System.Drawing PointF
The points.
See Also