PDF File Writer Class Library - Author Uzi Granot
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