指定されたポイントに円グラフセグメントを描画します。
シンタックス
'宣言
Sub DrawPieSegment( _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double, _
ByVal As System.Double _
)
void DrawPieSegment(
System.double ,
System.double ,
System.double ,
System.double ,
System.double
)
パラメータ
- cx
- X 座標
- cy
- Y 座標
- radius
- 半径
- angle
- 角度
- sweep
- 移動角度
参照