PdfContents.DrawPolygon Method (PointF[], PaintOp)

PDF File Writer

PdfContentsDrawPolygon Method (PointF, PaintOp)

Draw polygon

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void DrawPolygon(
	PointF[] PathArray,
	PaintOp PP
)

Parameters

PathArray
Type: System.DrawingPointF
Path array (min 2 points)
PP
Type: PdfFileWriterPaintOp
Paint operator
See Also