DataGridTextBoxColumn.PaintText メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した位置に、指定したテキストおよびそのテキストの境界を示す四角形を描画します。
オーバーロード
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)
パラメーター
- 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)
パラメーター
- text
- String
画面に描画する文字列。
- alignToRight
- Boolean
テキストを右揃えにするかどうかを指定する値。
注釈
このメソッドは PaintText 、このプロパティを Format 使用して、画面に描画する前に値の書式を設定します。
Paint メソッドは PaintText メソッドを呼び出します。