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