Win32Prn() > Print output methods |
Prints a line
:line( <nX1>, <nY1>, <nX2>, <nY2> ) --> lSuccess
Method :line() accepts the coordinates of the start and en point for a line and draws the line using the current pen. The pen must be selected previously with method :setPen().
The method returns a logical value indicating success of the operation.
http://www.xHarbour.com