Draws an elliptical arc.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Overridable Sub DrawArc( _
   ByVal  As System.Drawing.Rectangle, _
   ByVal  As System.Drawing.Point, _
   ByVal  As System.Drawing.Point _
) 
             
        
            
            public virtual void DrawArc( 
   System.Drawing.Rectangle ,
   System.Drawing.Point ,
   System.Drawing.Point 
)
             
        
             
        
            パラメータ
- rectangle
 
- A System.Drawing.Rectangle specifies the bounding rectangle.
 - firstRadial
 
- A System.Drawing.Point specifies the ending point of the radial line defining the starting point of the arc.
 - secondRadial
 
- A System.Drawing.Point specifies the ending point of the radial line defining the ending point of the arc.
 
            
             
            例外
| 例外 | 解説 | 
| C1.Framework.SystemErrorException | Defines an exception class to handle the system error. | 
 
            
            
            
            
            
            
            
            
            
            
            参照