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 屬性,在將值繪製到畫面之前先格式化值。
另請參閱
適用於
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 使用 屬性來格式化值,再將其繪製到螢幕。