UGL_STATUS uglEllipse
(
UGL_GC_ID gc, /* graphics context */
UGL_POS left, /* left boundary of bounding rectangle */
UGL_POS top, /* top boundary of bounding rectangle */
UGL_POS right, /* right boundary of bounding rectangle */
UGL_POS bottom, /* bottom boundary of bounding rectangle */
UGL_POS startX, /* x location of point defining starting angle */
UGL_POS startY, /* y location of point defining starting angle */
UGL_POS endX, /* x location of point defining ending angle */
UGL_POS endY /* y location of point defining ending angle */
)