Paints a chord (a region bounded by the intersection of an ellipse and a line segment, called a secant). The chord is outlined by using the current pen and filled by using the current brush.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overridable Sub PaintChord( _
   ByVal  As System.Drawing.Rectangle, _
   ByVal  As System.Drawing.Point, _
   ByVal  As System.Drawing.Point _
) 
             
        
            
            public virtual void PaintChord( 
   System.Drawing.Rectangle ,
   System.Drawing.Point ,
   System.Drawing.Point 
)
             
        
             
        
            パラメータ
- rectangle
 
- A System.Drawing.Rectangle indicates the bounds of the ellipse.
 - firstRadial
 
- A System.Drawing.Point indicates the endpoint of the first radial.
 - secondRadial
 
- A System.Drawing.Point indicates the endpoint of the second radial.
 
            
             
            例外
| 例外 | 解説 | 
| C1.Framework.SystemErrorException | Defines an exception class to handle the system error. | 
 
            
            
            
            
            
            
            
            
            
            
            参照