PdfContents.DrawPolygon Method (Single[], PaintOp)

PDF File Writer

PdfContentsDrawPolygon Method (Single, PaintOp)

Draw polygon

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

Parameters

PathArray
Type: SystemSingle
Path array of X and Y values (min 4 and even)
PP
Type: PdfFileWriterPaintOp
Paint operator
See Also