CalendarView for WinForms
CreateChordRegion メソッド

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Region クラス : CreateChordRegion メソッド
A System.Drawing.Rectangle indicates the bounds of the ellipse.
A float specifies the start angle, in degrees.
A float specifies the sweep angle, in degrees, relative to the starting angle.
Creates a chord region (a region bounded by the intersection of an ellipse and a line segment, called a secant).
シンタックス
'宣言
 
Public Shared Function CreateChordRegion( _
   ByVal rectangle As System.Drawing.Rectangle, _
   ByVal startAngle As System.Single, _
   ByVal sweepAngle As System.Single _
) As Region
public static Region CreateChordRegion( 
   System.Drawing.Rectangle rectangle,
   System.float startAngle,
   System.float sweepAngle
)

パラメータ

rectangle
A System.Drawing.Rectangle indicates the bounds of the ellipse.
startAngle
A float specifies the start angle, in degrees.
sweepAngle
A float specifies the sweep angle, in degrees, relative to the starting angle.

戻り値の型

A Region indicates the chord region.
参照

Region クラス
Region メンバ