Draw the special lines on current Graphics by using the special pen.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub DrawLines( _
   ByVal  As Pen, _
   ByVal () As System.Drawing.Point _
) 
             
        
            
            public void DrawLines( 
   Pen ,
   System.Drawing.Point[] 
)
             
        
             
        
            パラメータ
- pen
 
- A Pen indicate the draw-style of lines
 - points
 
- A System.Drawing.Point array indicate the line segments.
 
            
             
            例外
| 例外 | 解説 | 
| C1.Framework.SystemErrorException | Defines an exception class to handle the system error. | 
 
            
            
            
            
            
            
            
            
            
            
            参照