DioDocs for PDF
DrawTextLayout メソッド (GcGraphics)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > GcGraphics クラス : DrawTextLayout メソッド
The GrapeCity.Documents.Text.TextLayout to draw.
The location at which to draw the layout.
Draws a GrapeCity.Documents.Text.TextLayout at a specified location.

If any part of the text does not fit in the layout bounds, it is truncated.

シンタックス
'宣言
 
Public Sub DrawTextLayout( _
   ByVal layout As TextLayout, _
   ByVal location As System.Drawing.PointF _
) 
public void DrawTextLayout( 
   TextLayout layout,
   System.Drawing.PointF location
)

パラメータ

layout
The GrapeCity.Documents.Text.TextLayout to draw.
location
The location at which to draw the layout.
参照

GcGraphics クラス
GcGraphics メンバ