CalendarView for WinForms
CreatePieRegion メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Region クラス : CreatePieRegion メソッド
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.
Create a pie region.
シンタックス
'宣言
 
Public Shared Function CreatePieRegion( _
   ByVal rectangle As System.Drawing.Rectangle, _
   ByVal startAngle As System.Single, _
   ByVal sweepAngle As System.Single _
) As Region
public static Region CreatePieRegion( 
   System.Drawing.Rectangle rectangle,
   System.float startAngle,
   System.float sweepAngle
)

パラメータ

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.

戻り値の型

A Region indicates the pie region.
参照

Region クラス
Region メンバ