Draw Ellipse
ELLIPSE xm%, ym%, rx%, %ry [, z%=1]
Draw an ellipse with axes parallel to the axes of the coordinate system. The center of the ellipse is (xm,ym) and the radius r. Only the visible part of the ellipse is drawn.
Value | Function |
0 | Clear ellipse (white) |
1 | Set ellipse (black ) |
2 | Clear ellipse (white) |
5 | Invert ellipse |
- SHOW - Visualisation of generated graphic
- CIRCLE - Draw circle
- LINE - Line draw
|