DioDocs for PDF
BeginDraw メソッド (TextRenderer)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 > TextRenderer クラス : BeginDraw メソッド
The GcGraphics to draw.
The bounds of first fragment.
The size for the next fragment.
Begins render the text layout on specified graphics.
シンタックス
'宣言
 
Public Function BeginDraw( _
   ByVal graphics As GcGraphics, _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal nextAreaSize As System.Drawing.SizeF _
) As System.Boolean
public System.bool BeginDraw( 
   GcGraphics graphics,
   System.Drawing.RectangleF bounds,
   System.Drawing.SizeF nextAreaSize
)

パラメータ

graphics
The GcGraphics to draw.
bounds
The bounds of first fragment.
nextAreaSize
The size for the next fragment.

戻り値の型

Returns true if text does not fit in specified bounds and rendering should be continued with ContinueDraw.
参照

TextRenderer クラス
TextRenderer メンバ