Draw the special arc by using the given pen
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Sub DrawArc( _
   ByVal  As Pen, _
   ByVal  As System.Drawing.Rectangle, _
   ByVal  As System.Single, _
   ByVal  As System.Single _
) 
             
        
            
            public void DrawArc( 
   Pen ,
   System.Drawing.Rectangle ,
   System.float ,
   System.float 
)
             
        
             
        
            パラメータ
- pen
 
- A Pen indicate the draw-style of arc
 - rectangle
 
- A System.Drawing.Rectangle indicates the bounding rectangle which center is the center of ellipse
 - startAngle
 
- A float specifies the start angle, in degrees.
 - sweepAngle
 
- A float specifies the sweep angle, in degrees, relative to the starting angle.
 
            
             
            例外
| 例外 | 解説 | 
| C1.Framework.SystemErrorException | Defines an exception class to handle the system error. | 
 
            
            
            
            
            
            
            
            
            
            
            参照