PdfContents.DrawStar Method (PointD, Double, Double, Double, Int32, PaintOp)

PDF File Writer

PdfContentsDrawStar Method (PointD, Double, Double, Double, Int32, PaintOp)

Draw star

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public void DrawStar(
	PointD Center,
	double Radius1,
	double Radius2,
	double Alpha,
	int Sides,
	PaintOp PP
)

Parameters

Center
Type: PdfFileWriterPointD
Center point
Radius1
Type: SystemDouble
Radius 1
Radius2
Type: SystemDouble
Radius 2
Alpha
Type: SystemDouble
Initial angle
Sides
Type: SystemInt32
Number of sides
PP
Type: PdfFileWriterPaintOp
Paint operator
See Also