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

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 > GcGraphicsExt クラス > DrawTextBox メソッド : DrawTextBox(GcGraphics,RectangleF,String,Boolean,Font,Single,Color,Color,Border,VariableTextJustification,Boolean) メソッド
描画するグラフィック。
コントロールの境界線。
コントロールテキスト。
コントロールが複数行かどうかを示します。
フォント。
フォントサイズ。
前景色。
背景色。
境界線の定義。
テキストの位置揃え。
borderで指定された色を無視し、境界線を赤色で描画するかどうかを示します。
テキストボックスを描画します。
シンタックス
'宣言
 
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 font As Font, _
   ByVal fontSize As System.Single, _
   ByVal foreColor As System.Drawing.Color, _
   ByVal backColor As System.Drawing.Color, _
   ByVal border As Border, _
   ByVal justification As VariableTextJustification, _
   ByVal required As System.Boolean _
) 
public static void DrawTextBox( 
   GcGraphics g,
   System.Drawing.RectangleF bounds,
   System.string text,
   System.bool multiLine,
   Font font,
   System.float fontSize,
   System.Drawing.Color foreColor,
   System.Drawing.Color backColor,
   Border border,
   VariableTextJustification justification,
   System.bool required
)

パラメータ

g
描画するグラフィック。
bounds
コントロールの境界線。
text
コントロールテキスト。
multiLine
コントロールが複数行かどうかを示します。
font
フォント。
fontSize
フォントサイズ。
foreColor
前景色。
backColor
背景色。
border
境界線の定義。
justification
テキストの位置揃え。
required
borderで指定された色を無視し、境界線を赤色で描画するかどうかを示します。
参照

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