PDF File Writer Class Library - Author Uzi Granot
PdfContentsDrawPolygon Method (Single, PaintOp) |
Draw polygon
Namespace: PdfFileWriter
Assembly: PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)

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
