PC_PRINTER_LINE_FROM_TO

Draws a line from start-x,start-y to end-x,end-y.
Restriction: This routine is not currently supported in COBOL for JVM.

Syntax:

call "PC_PRINTER_LINE_FROM_TO" using
                               by value printer-handle
                               by value lineFrom-options
                               by value start-x
                               by value start-y
                               by value end-x
                               by value end-y
end-call

Parameters:

  Using call prototype (see Key) Picture
lineFrom-options cblt-x4-comp5 pic x(4) comp-5.
start-y cblt-x4-comp5 pic x(4) comp-5.
end-y cblt-x4-comp5 pic x(4) comp-5.

Comments:

Does not change the logicial position on the page.