Draws a line from start-x,start-y to end-x,end-y. 
    
 
  
 
     
    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.