|
void bx_draw_circle |
( |
bx_window |
win, |
|
|
int |
x, |
|
|
int |
y, |
|
|
unsigned |
w, |
|
|
unsigned |
h, |
|
|
int |
filled | |
|
) |
| | |
Draws an ellipse on the canvas of a window, whose interior may be filled or left empty.
- Parameters:
-
| win | the window owning the targeted canvas. |
| x,y | the coordinates of the top left corner of the bounding box of the ellipse. |
| w,h | the width and height of the bounding box of the ellipse. |
| filled | whether theellipse is filled (non zero) or empty (zero) |
- Returns:
- nothing
|