線を現在のドキュメントの
Bodyの 現在のページ上の指定位置に追加して解決します。
シンタックス
'宣言
Public Overloads Sub RenderDirectLine( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As Unit, _
ByVal As LineDef _
)
'使用法
Dim instance As C1PrintDocument
Dim fromX As Unit
Dim fromY As Unit
Dim toX As Unit
Dim toY As Unit
Dim line As LineDef
instance.RenderDirectLine(fromX, fromY, toX, toY, line)
public void RenderDirectLine(
Unit ,
Unit ,
Unit ,
Unit ,
LineDef
)
パラメータ
- fromX
- 線が結合する第1ポイントの X 座標。
- fromY
- 線が結合する第1ポイントの Y 座標。
- toX
- 線が結合する第2ポイントの X 座標。
- toY
- 線が結合する第2ポイントの Y 座標。
- line
- 線の描画に使用する LineDef。
参照