This function draws an ellipse outline onto the specified drawable. The ellipse is drawn with it's center located at the position (x,y). The ellipse is drawn with a vertical radius of ry and a horizontal radius of rx.
Type | Name | Description |
---|---|---|
GR_DRAW_ID | id | The ID of the drawable to draw the ellipse onto. |
GR_GC_ID | gc | The ID of the graphics context to use when drawing the ellipse. |
GR_COORD | x | The X coordinate to draw the ellipse at relative to the drawable. |
GR_COORD | y | The Y coordinate to to draw the ellipse at relative to the drawable. |
GR_SIZE | rx | The radius of the ellipse along the X axis. |
GR_SIZE | ry | The radius of the ellipse along the Y axis. |