DioDocs for PDF
DrawTextBox(GcGraphics,RectangleF,String,Boolean,TextFormat,Color,Border,VariableTextJustification,Boolean,Single) メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 > GcGraphicsExt クラス > DrawTextBox メソッド : DrawTextBox(GcGraphics,RectangleF,String,Boolean,TextFormat,Color,Border,VariableTextJustification,Boolean,Single) メソッド
描画するグラフィック。
コントロールの境界線。
コントロールのテキスト。
コントロールが複数行かどうかを示します。
使用するテキスト書式。
背景色。
境界線の定義。
テキストの位置揃え。
borderで指定された色を無視し、境界線を赤色で描画するかどうかを示します。
回転角度は90の倍数である必要があります。
テキストボックスを描画します。
シンタックス
'宣言
 
Public Overloads Shared Sub DrawTextBox( _
   ByVal g As GcGraphics, _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal text As System.String, _
   ByVal multiLine As System.Boolean, _
   ByVal textFormat As TextFormat, _
   ByVal backColor As System.Drawing.Color, _
   ByVal border As Border, _
   ByVal justification As VariableTextJustification, _
   ByVal required As System.Boolean, _
   ByVal orientation As System.Single _
) 
public static void DrawTextBox( 
   GcGraphics g,
   System.Drawing.RectangleF bounds,
   System.string text,
   System.bool multiLine,
   TextFormat textFormat,
   System.Drawing.Color backColor,
   Border border,
   VariableTextJustification justification,
   System.bool required,
   System.float orientation
)

パラメータ

g
描画するグラフィック。
bounds
コントロールの境界線。
text
コントロールのテキスト。
multiLine
コントロールが複数行かどうかを示します。
textFormat
使用するテキスト書式。
backColor
背景色。
border
境界線の定義。
justification
テキストの位置揃え。
required
borderで指定された色を無視し、境界線を赤色で描画するかどうかを示します。
orientation
回転角度は90の倍数である必要があります。
参照

GcGraphicsExt クラス
GcGraphicsExt メンバ
オーバーロード一覧