Click or drag to resize

PdfPoint Constructor (PdfPoint, 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(
	PdfPoint center,
	double radius,
	double alpha
)

Parameters

center
Type: Opait.Pdf.ApiPdfPoint
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