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

C#
public void DrawRegularPolygon( double CenterX, double CenterY, double Radius, double Alpha, int Sides, PaintOp PP )
Parameters
- CenterX
- Type: SystemDouble
Center X - CenterY
- Type: SystemDouble
Center Y - Radius
- Type: SystemDouble
Radius - Alpha
- Type: SystemDouble
Initial angle - Sides
- Type: SystemInt32
Number of sides - PP
- Type: PdfFileWriterPaintOp
Paint operator
