ELLIPSE Mnemonic - Draw Ellipse (SYSGUI)
Syntax
'ELLIPSE'(x1,y1,x2,y2)
Description
The 'ELLIPSE' mnemonic draws a closed curve (ellipse or circle) that fits just inside the rectangle delimited by the coordinates given.
Parameter |
Description |
x1 |
Horizontal position of the upper-left corner of the rectangle. |
y1 |
Vertical position of the upper-left corner of the rectangle. |
x2 |
Horizontal position of the lower-right corner of the rectangle. |
y2 |
Vertical position of the lower-right corner of the rectangle. |