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