'宣言 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.