CalendarView for WinForms
FillPie メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Graphics クラス : FillPie メソッド
A Brush object used to fill the pie.
A System.Drawing.Rectangle structure that defines the boundaries of the pie.
A float value that defines the start angle of the pie.
A float value that defines the sweep angle of the pie.
Fill the special pie on current Grapchis by using special brush
シンタックス
'宣言
 
Public Sub FillPie( _
   ByVal brush As Brush, _
   ByVal rectangle As System.Drawing.Rectangle, _
   ByVal startAngle As System.Single, _
   ByVal sweepAngle As System.Single _
) 
public void FillPie( 
   Brush brush,
   System.Drawing.Rectangle rectangle,
   System.float startAngle,
   System.float sweepAngle
)

パラメータ

brush
A Brush object used to fill the pie.
rectangle
A System.Drawing.Rectangle structure that defines the boundaries of the pie.
startAngle
A float value that defines the start angle of the pie.
sweepAngle
A float value that defines the sweep angle of the pie.
例外
例外解説
Defines an exception class to handle the system error.
解説
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.
参照

Graphics クラス
Graphics メンバ