public HPDF_STATUS circle(
    float x, 
    float y, 
    float ray)

Appends a circle to the current path.

Parameters

, y = The center point of the circle. radius = The radius of the circle.

Graphics Mode

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