次の方法で共有


DataGridTextBoxColumn.PaintText メソッド

定義

指定した位置に、指定したテキストおよびそのテキストの境界を示す四角形を描画します。

オーバーロード

PaintText(Graphics, Rectangle, String, Boolean)

指定した位置に、テキストと四角形を指定した配置で描画します。

PaintText(Graphics, Rectangle, String, Brush, Brush, Boolean)

指定した位置に、テキストと四角形を指定した色と配置で描画します。

PaintText(Graphics, Rectangle, String, Boolean)

指定した位置に、テキストと四角形を指定した配置で描画します。

protected:
 void PaintText(System::Drawing::Graphics ^ g, System::Drawing::Rectangle bounds, System::String ^ text, bool alignToRight);
protected void PaintText (System.Drawing.Graphics g, System.Drawing.Rectangle bounds, string text, bool alignToRight);
member this.PaintText : System.Drawing.Graphics * System.Drawing.Rectangle * string * bool -> unit
Protected Sub PaintText (g As Graphics, bounds As Rectangle, text As String, alignToRight As Boolean)

パラメーター

g
Graphics

文字列の描画に使用する Graphics オブジェクト。

bounds
Rectangle

四角形の境界データを格納している Rectangle

text
String

画面に描画する文字列。

alignToRight
Boolean

テキストを右揃えにするかどうかを指定する値。

注釈

このメソッドは PaintText 、プロパティと共に DataFormats.Format オブジェクト セットを Format 使用して、値を画面に描画する前に書式設定します。

Paint メソッドは PaintText メソッドを呼び出します。

こちらもご覧ください

適用対象

PaintText(Graphics, Rectangle, String, Brush, Brush, Boolean)

指定した位置に、テキストと四角形を指定した色と配置で描画します。

protected:
 void PaintText(System::Drawing::Graphics ^ g, System::Drawing::Rectangle textBounds, System::String ^ text, System::Drawing::Brush ^ backBrush, System::Drawing::Brush ^ foreBrush, bool alignToRight);
protected void PaintText (System.Drawing.Graphics g, System.Drawing.Rectangle textBounds, string text, System.Drawing.Brush backBrush, System.Drawing.Brush foreBrush, bool alignToRight);
member this.PaintText : System.Drawing.Graphics * System.Drawing.Rectangle * string * System.Drawing.Brush * System.Drawing.Brush * bool -> unit
Protected Sub PaintText (g As Graphics, textBounds As Rectangle, text As String, backBrush As Brush, foreBrush As Brush, alignToRight As Boolean)

パラメーター

g
Graphics

文字列の描画に使用する Graphics オブジェクト。

textBounds
Rectangle

四角形の境界データを格納している Rectangle

text
String

画面に描画する文字列。

backBrush
Brush

Brush四角形の背景色を決定する A。

foreBrush
Brush

四角形の前景色を決定する Brush

alignToRight
Boolean

テキストを右揃えにするかどうかを指定する値。

注釈

このメソッドは PaintText 、このプロパティを Format 使用して、画面に描画する前に値の書式を設定します。

Paint メソッドは PaintText メソッドを呼び出します。

こちらもご覧ください

適用対象