RECT Mnemonic - Draw Rectangle (SYSGUI)
Syntax
'RECT'(x1,y1,x2,y2)
Description
The 'RECT' mnemonic draws a rectangle using the current pen, brush, and draw mode. The corners are rounded according to the most recent setting of the 'ROUND' mnemonic.
Parameter |
Description |
X1 |
Lower-left coordinate. |
Y1 |
Lower-left coordinate. |
X2 |
Upper-right coordinate. |
Y2 |
Upper-right coordinate. |