Paints a pie-shaped wedge bounded by the intersection of an ellipse and two radials. The pie is outlined by using the current pen and filled by using the current brush.
シンタックス
'宣言
Public Overridable Sub PaintPie( _
ByVal As System.Drawing.Rectangle, _
ByVal As System.Drawing.Point, _
ByVal As System.Drawing.Point _
)
public virtual void PaintPie(
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.
例外
参照