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