Click or drag to resize

PdfPoint Constructor (Double, Double, Double, Double)

Initializes a new instance of the PdfPoint class using a point on a circle.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public PdfPoint(
	double centerX,
	double centerY,
	double radius,
	double alpha
)

Parameters

centerX
Type: SystemDouble
The x-coordinate of the center of the circle.
centerY
Type: SystemDouble
The y-coordinate of the center of the circle.
radius
Type: SystemDouble
The radius of the circle.
alpha
Type: SystemDouble
The angle between the vertical axis and a line drawn from the origin to the point.
See Also