Draws a line from start-x,start-y to end-x,end-y. 
	 
 
  
 
	 
		Restriction: This routine is not currently supported on UNIX platforms. 
		 
	  
 
	 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-x, 
					 start-y 
				   | 
 
				  cblt-x4-comp5 
				   | 
 
				  pic x(4) comp-5. 
				   | 
 
				
 
				 
				  |  
					 end-x, 
					 end-y
				   | 
 
				  cblt-x4-comp5 
				   | 
 
				  pic x(4) comp-5. 
				   | 
 
				
 
			 
 
		  
 
 
		 
 
	  
 
	 
 
	 
 
   
 
Comments:
The resulting line does not change the logical position on the page for use with other printer routines.