Click or drag to resize

PdfBezierOvalFourthQuarter Method

Creates a Bezier curve representing a quarter oval in the fourth quadrant.

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

Parameters

x
Type: SystemDouble
The x-coordinate of the bounding rectangle.
y
Type: SystemDouble
The y-coordinate of the bounding rectangle.
width
Type: SystemDouble
The width of the bounding rectangle.
height
Type: SystemDouble
The height of the bounding rectangle.

Return Value

Type: PdfBezier
A Bezier curve representing a quarter oval in the fourth quadrant.
See Also