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

PDF File Writer

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)
Syntax
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
See Also