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

C#
public void DrawPolygon( PointF[] PathArray, PaintOp PP )
Parameters
- PathArray
- Type: System.DrawingPointF
Path array (min 2 points) - PP
- Type: PdfFileWriterPaintOp
Paint operator
