Graphics.DrawString Method

Draws the specified text string at the specified location.

Overload List

Name Description
Public method DrawString(String, Font, SolidBrush, Point)

Draws the specified text string at the specified location with the specified Font and SolidBrush settings.

Public method DrawString(String, Font, Pen, Brush, Point)

Draws the outlined text string at the specified location with the specified Font, Pen, and Brush settings.

Public method DrawString(String, Font, SolidBrush, Point, Single[])

Draws the specified text string at the specified location with the specified Font and SolidBrush settings.

Public method DrawString(String, Font, SolidBrush, Int32, Int32)

Draws the specified text string at the specified location with the specified Font and SolidBrush settings.

Public method DrawString(String, Font, Pen, Brush, Point, Single[])

Draws the outlined text string at the specified location with the specified Font, Pen, and Brush settings.

Public method DrawString(String, Font, Pen, Brush, Int32, Int32)

Draws the outlined text string at the specified location with the specified Font, Pen, and Brush settings.

Public method DrawString(String, Font, SolidBrush, Int32, Int32, Single[])

Draws the specified text string at the specified location with the specified Font and SolidBrush settings.

Public method DrawString(String, Font, Pen, Brush, Int32, Int32, Single[])

Draws the outlined text string at the specified location with the specified Font, Pen, and Brush settings.

Public method DrawString(String, Font, SolidBrush, Rectangle, TextTrimmingMode, Boolean, Boolean, Boolean)

Draws the specified text string in the specified rectangle with the specified Font and SolidBrush settings.

Public method DrawString(String, Font, SolidBrush, Int32, Int32, Int32, Int32, TextTrimmingMode, Boolean, Boolean, Boolean)

Draws the specified text string in the specified rectangle with the specified Font and SolidBrush settings.

See Also

Reference