public HPDF_STATUS arc(
    float x, 
    float y, 
    float ray, 
    float ang1, 
    float ang2)

Appends a circle arc to the current path.

Graphics Mode

Before - GMode.pageDescription or GMode.pathObject. After - GMode.pathObject.

Parameters

, y = The center point of the circle. radius = The radius of the circle. ang1 = The angle of the begining of the arc. ang2 = The angle of the end of the arc. It must be greater than ang1.