CalendarView for WinForms
PaintPie メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi.DeviceContexts 名前空間 > DeviceContext クラス : PaintPie メソッド
A System.Drawing.Rectangle indicates the bounds of the ellipse.
A System.Drawing.Point indicates the endpoint of the first radial.
A System.Drawing.Point indicates the endpoint of the second radial.
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 rectangle As System.Drawing.Rectangle, _
   ByVal firstRadial As System.Drawing.Point, _
   ByVal secondRadial As System.Drawing.Point _
) 
public virtual void PaintPie( 
   System.Drawing.Rectangle rectangle,
   System.Drawing.Point firstRadial,
   System.Drawing.Point secondRadial
)

パラメータ

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.
例外
例外解説
Defines an exception class to handle the system error.
解説
The curve of the pie is defined by an ellipse that fits the specified bounding rectangle. The curve begins at the point where the ellipse intersects the first radial and extends counterclockwise to the point where the ellipse intersects the second radial.
参照

DeviceContext クラス
DeviceContext メンバ