円形を現在のドキュメントの
Bodyの 現在のページ上の指定位置に追加して解決します。
シンタックス
'宣言
Public Overloads Sub RenderDirectPie( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As System.Single, _
ByVal As System.Single, _
ByVal As LineDef _
)
'使用法
Dim instance As C1PrintDocument
Dim x As Unit
Dim y As Unit
Dim width As Unit
Dim height As Unit
Dim startAngle As System.Single
Dim sweepAngle As System.Single
Dim line As LineDef
instance.RenderDirectPie(x, y, width, height, startAngle, sweepAngle, line)
public void RenderDirectPie(
Unit ,
Unit ,
Unit ,
Unit ,
System.float ,
System.float ,
LineDef
)
パラメータ
- x
- 円形のレンダリング位置の水平(X)座標( autoは使用不可)。
- y
- 円形のレンダリング位置の垂直(Y)座標( autoは使用不可)。
- width
- 円の幅。
- height
- 円の高さ。
- startAngle
- 円形の開始角度(度単位。X 軸から時計回りに測定)。
- sweepAngle
- 円形の掃引角度(度単位。 から時計回りに測定)。
- line
- 円形の描画に使用する LineDef。
参照