Click or drag to resize

GraphicsDrawText Method

Overload List
  NameDescription
Public methodDrawText(FormattedText, PointF)
Draws formatted text at the specified location
Public methodDrawText(Font, Brush, PointF, String)
Draws text with the specified font, brush and location
Public methodDrawText(Font, Color, PointF, String)
Draws text with the specified font, color and location
Public methodDrawText(Font, SolidBrush, PointF, String)
Draws text with the specified font, brush and location
Public methodDrawText(Font, Brush, Single, Single, String)
Draws text with the specified font, brush and location
Public methodDrawText(Font, Color, Single, Single, String)
Draws text with the specified font, color and location
Public methodDrawText(Font, SolidBrush, Single, Single, String)
Draws text with the specified font, brush and location
Public methodDrawText(Font, Brush, RectangleF, String, FormattedTextWrapMode, FormattedTextAlignment, FormattedTextTrimming)
Draws text in a rectangle with the specified formatted text trimming
Top
See Also