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.
例外
参照