| PdfBezierOvalSecondQuarter Method |
Creates a Bezier curve representing a quarter oval in the second quadrant.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public static PdfBezier OvalSecondQuarter(
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:
PdfBezierA Bezier curve representing a quarter oval in the second quadrant.
See Also