ドキュメントのテキストをレンダリングします。
シンタックス
'宣言
Public Sub RenderDirectText( _
ByVal As System.Object, _
ByVal As System.Object, _
ByVal As System.String, _
ByVal As System.Object, _
ByVal As System.Drawing.Font, _
ByVal As System.Drawing.Color, _
ByVal As AlignHorzEnum _
)
public void RenderDirectText(
System.object ,
System.object ,
System.string ,
System.object ,
System.Drawing.Font ,
System.Drawing.Color ,
AlignHorzEnum
)
パラメータ
- x
- レンダリングを開始する X 座標。
- y
- レンダリングを開始する Y 座標。
- text
- レンダリングするテキスト。
- width
- レンダリングしたテキストの幅。
- font
- 使用するフォント。
- textColor
- テキストの色。
- horzAlign
- テキストをレンダリングする配置。
参照