graphic function ttg_ellipse()

T&T graphic function ttg_ellipse

ttg_ellipse() draws an ellipse into a rectangle. If this rectangle is a square, you get a circle. Specify the pen ttg_pen() to draw the ellipse and the brush ttg_brush() to fill it.

Parameters:

1: X coord upper left corner of rectangle
2: Y coord upper left corner of rectangle
3: X coord lower right corner of rectangle
4: Y coord lower right corner of rectangle