Click or drag to resize

FndRTLGraphics.DrawString Method

Overload List
  NameDescription
Public methodDrawString(String, Font, Brush, PointF)
Draws the specified text string in the specified rectangle with the specified System.Drawing.Brush and System.Drawing.Font objects.
Public methodDrawString(String, Font, Brush, RectangleF)
Draws the specified text string in the specified rectangle with the specified System.Drawing.Brush and System.Drawing.Font objects.
Public methodDrawString(String, Font, Brush, RectangleF, StringFormat)
Draws the specified text string in the specified rectangle with the specified System.Drawing.Brush and System.Drawing.Font objects using the formatting attributes of the specified System.Drawing.StringFormat.
Top
See Also