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