BBjDrawPanel::drawLineTo
Description
            In BBj 16.0 
            and higher, this method moves the pen from its current position on the BBjDrawPanel to 
the new position defined by (x,y), drawing as it moves. It uses the current pen settings.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         void  | 
                                                    
                                                         drawLineTo(int x, int y)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         x  | 
                                                    
                                                         Horizontal position of the end of the line.  | 
                                                
| 
                                                         y  | 
                                                    
                                                         Vertical position of the end of the line.  | 
                                                
Return Value
None.
Remarks
None.
Example
                                                     | 
                                                
See Also
DRAW Mnemonic - Pen Draw (SYSGUI)
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.