PointD Constructor (PointD, Double, Double)

PDF File Writer

PointD Constructor (PointD, Double, Double)

PointD constructor

Namespace:  PdfFileWriter
Assembly:  PdfFileWriter (in PdfFileWriter.dll) Version: 1.1.24.0 (1.1.24.0)
Syntax
C#
public PointD(
	PointD Center,
	double Radius,
	double Alpha
)

Parameters

Center
Type: PdfFileWriterPointD
Center point
Radius
Type: SystemDouble
Radius
Alpha
Type: SystemDouble
Angle
See Also