| |
Creates
a filled ellipse with center (x, y), width 2
w and height 2 h.
|
|
| Returns center's x-coordinate. |
|
| Returns center's y-coordinate. |
|
| Returns half the width of e. |
|
| Returns half the height of e. |
#include <IFM/window> int main() { wio << FilledEllipse(100, 100, 80, 50) << flush; wio.wait_for_mouse_click(); }