'宣言 Public Sub FillPie( _ ByVal clr As System.Windows.Media.Color, _ ByVal rc As System.Windows.Rect, _ ByVal startAngle As System.Single, _ ByVal sweepAngle As System.Single _ )
public void FillPie( System.Windows.Media.Color clr, System.Windows.Rect rc, System.float startAngle, System.float sweepAngle )
パラメータ
- clr
- 描画する色。
- rc
- 描画する四角形。
- startAngle
- 開始角度(度単位)。
- sweepAngle
- 移動角度(度単位)。