テキストを現在のドキュメントの
Bodyの 現在のページ上の指定位置に追加して解決します。
シンタックス
'宣言
Public Overloads Sub RenderDirectText( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As System.String, _
ByVal As System.Object, _
ByVal As System.Object, _
ByVal As Style _
)
'使用法
Dim instance As C1PrintDocument
Dim x As Unit
Dim y As Unit
Dim text As System.String
Dim width As System.Object
Dim height As System.Object
Dim style As Style
instance.RenderDirectText(x, y, text, width, height, style)
public void RenderDirectText(
Unit ,
Unit ,
System.string ,
System.object ,
System.object ,
Style
)
パラメータ
- x
- 画像のレンダリング位置の水平(X)座標( autoは使用不可)。
- y
- 画像のレンダリング位置の垂直(Y)座標( autoは使用不可)。
- text
- レンダリングする文字列。
- width
- テキスト領域の幅( nullの場合は autoを使用)。
- height
- テキスト領域の高さ( nullの場合は autoを使用)。
- style
- 使用する Style、または null。
参照