DioDocs for PDF
DrawTextLayout メソッド (BitmapRenderer)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Imaging 名前空間 > BitmapRenderer クラス : DrawTextLayout メソッド
The GrapeCity.Documents.Text.TextLayout to draw.
The origin x-coordinate.
The origin y-coordinate.
Draws a GrapeCity.Documents.Text.TextLayout at the given location.
シンタックス
'宣言
 
Public Sub DrawTextLayout( _
   ByVal layout As TextLayout, _
   ByVal x As System.Single, _
   ByVal y As System.Single _
) 
public void DrawTextLayout( 
   TextLayout layout,
   System.float x,
   System.float y
)

パラメータ

layout
The GrapeCity.Documents.Text.TextLayout to draw.
x
The origin x-coordinate.
y
The origin y-coordinate.
参照

BitmapRenderer クラス
BitmapRenderer メンバ