  | PdfBezierCircleFourthQuarter Method  | 
 
            Creates a Bezier curve representing a quarter circle in the fourth quadrant.
            
 
    Namespace: 
   Opait.Pdf.Api
    Assembly:
   Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntaxpublic static PdfBezier CircleFourthQuarter(
	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 fourth quadrant.
See Also