Click or drag to resize

PdfBezierCircleFirstQuarter Method

Creates a Bezier curve representing a quarter circle in the first quadrant.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public static PdfBezier CircleFirstQuarter(
	double x,
	double y,
	double radius
)

Parameters

x
Type: SystemDouble
The x-coordinate of the center.
y
Type: SystemDouble
The y-coordinate of the center.
radius
Type: SystemDouble
The radius of the circle.

Return Value

Type: PdfBezier
A Bezier curve representing a quarter circle in the first quadrant.
See Also