VisualStyleRenderer.DrawText Yöntem

Tanım

Belirtilen sınırlarda metin çizer.

Aşırı Yüklemeler

DrawText(IDeviceContext, Rectangle, String, Boolean, TextFormatFlags)

Devre dışı bırakılmış metni görüntüleme ve başka metin biçimlendirmesi uygulama seçeneğiyle belirtilen sınırlayıcı dikdörtgene metin çizer.

DrawText(IDeviceContext, Rectangle, String)

Varsayılan biçimlendirmeyi kullanarak belirtilen sınırlarda metin çizer.

DrawText(IDeviceContext, Rectangle, String, Boolean)

Devre dışı bırakılmış metni görüntüleme seçeneğiyle belirtilen sınırlarda metin çizer.

DrawText(IDeviceContext, Rectangle, String, Boolean, TextFormatFlags)

Devre dışı bırakılmış metni görüntüleme ve başka metin biçimlendirmesi uygulama seçeneğiyle belirtilen sınırlayıcı dikdörtgene metin çizer.

public:
 void DrawText(System::Drawing::IDeviceContext ^ dc, System::Drawing::Rectangle bounds, System::String ^ textToDraw, bool drawDisabled, System::Windows::Forms::TextFormatFlags flags);
public void DrawText (System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled, System.Windows.Forms.TextFormatFlags flags);
public void DrawText (System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string? textToDraw, bool drawDisabled, System.Windows.Forms.TextFormatFlags flags);
member this.DrawText : System.Drawing.IDeviceContext * System.Drawing.Rectangle * string * bool * System.Windows.Forms.TextFormatFlags -> unit
Public Sub DrawText (dc As IDeviceContext, bounds As Rectangle, textToDraw As String, drawDisabled As Boolean, flags As TextFormatFlags)

Parametreler

dc
IDeviceContext

Metni IDeviceContext çizmek için kullanılan.

bounds
Rectangle

Rectangle Metnin çizildiği bir.

textToDraw
String

Çizecek metin.

drawDisabled
Boolean

true gri metin çizmek için; aksi takdirde , false.

flags
TextFormatFlags

Değerlerin bit düzeyinde birleşimi TextFormatFlags .

Özel durumlar

dc, null değeridir.

Şunlara uygulanır

DrawText(IDeviceContext, Rectangle, String)

Varsayılan biçimlendirmeyi kullanarak belirtilen sınırlarda metin çizer.

public:
 void DrawText(System::Drawing::IDeviceContext ^ dc, System::Drawing::Rectangle bounds, System::String ^ textToDraw);
public void DrawText (System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw);
public void DrawText (System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string? textToDraw);
member this.DrawText : System.Drawing.IDeviceContext * System.Drawing.Rectangle * string -> unit
Public Sub DrawText (dc As IDeviceContext, bounds As Rectangle, textToDraw As String)

Parametreler

dc
IDeviceContext

Metni IDeviceContext çizmek için kullanılan.

bounds
Rectangle

Rectangle Metnin çizildiği bir.

textToDraw
String

Çizecek metin.

Özel durumlar

dc, null değeridir.

Şunlara uygulanır

DrawText(IDeviceContext, Rectangle, String, Boolean)

Devre dışı bırakılmış metni görüntüleme seçeneğiyle belirtilen sınırlarda metin çizer.

public:
 void DrawText(System::Drawing::IDeviceContext ^ dc, System::Drawing::Rectangle bounds, System::String ^ textToDraw, bool drawDisabled);
public void DrawText (System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string textToDraw, bool drawDisabled);
public void DrawText (System.Drawing.IDeviceContext dc, System.Drawing.Rectangle bounds, string? textToDraw, bool drawDisabled);
member this.DrawText : System.Drawing.IDeviceContext * System.Drawing.Rectangle * string * bool -> unit
Public Sub DrawText (dc As IDeviceContext, bounds As Rectangle, textToDraw As String, drawDisabled As Boolean)

Parametreler

dc
IDeviceContext

Metni IDeviceContext çizmek için kullanılan.

bounds
Rectangle

Rectangle Metnin çizildiği bir.

textToDraw
String

Çizecek metin.

drawDisabled
Boolean

true gri metin çizmek için; aksi takdirde , false.

Özel durumlar

dc, null değeridir.

Şunlara uygulanır