<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > XPRINT > XPRINT_Box |
Description
Draw a box with square or rounded corners on a host printer page.
Syntax
XPRINT_Box( X1, Y1, X2, Y2 [, Corner [, RGBColor [, FillColor [, FillStyle ]]]] )
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
X1 |
Number |
No |
|
Y2 |
Number |
No |
|
X2 |
Number |
No |
|
Y2 |
Number |
No |
|
Corner |
Number |
Yes |
|
RGBColor |
Number |
Yes |
|
FillColor |
Number |
Yes |
|
FillStyle |
Number |
Yes |
Remarks
Restrictions
See also
Examples