XPRINT_Line

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > XPRINT >

XPRINT_Line

 

Description

 

Draw a line on a host printer page.

 

Syntax

 

XPRINT_Line( X1, Y1, X2, Y2 [, RGBColor ] )

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

X1

Number

No


Y2

Number

No


X2

Number

No


Y2

Number

No


RGBColor

Number

Yes


 

Remarks

 

Restrictions

 

See also

 

Examples