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

C#
public void DrawStar( PointD Center, double Radius, double Alpha, int Sides, PaintOp PP )
Parameters
- Center
- Type: PdfFileWriterPointD
Center position - Radius
- Type: SystemDouble
Radius - Alpha
- Type: SystemDouble
Initial angle - Sides
- Type: SystemInt32
Number of sides - PP
- Type: PdfFileWriterPaintOp
Paint operator
