Link Search Menu Expand Document

CanvasDrawString Method

OverloadĀ List
NameDescription
Public methodDrawString(String, Font, Brush, RectangleF)
Draws the specified text string at the specified location and size with the specified Brush and font objects.
Public methodDrawString(String, Font, Pen, RectangleF)
Draws the specified text string at the specified location and size with the specified pen and font objects.
Public methodDrawString(String, Font, Brush, Pen, RectangleF)
Draws the specified text string at the specified location and size with the specified pen, Brush and font objects.
Public methodDrawString(String, Font, Brush, RectangleF, StringFormat)
Draws the specified text string at the specified location and size with the specified Brush and font objects.
Public methodDrawString(String, Font, Brush, Single, Single)
Draws the specified text string at the specified location with the specified Brush and font objects.
Public methodDrawString(String, Font, Pen, RectangleF, StringFormat)
Draws the specified text string at the specified location and size with the specified pen and font objects.
Public methodDrawString(String, Font, Pen, Single, Single)
Draws the specified text string at the specified location with the specified pen and font objects.
Public methodDrawString(String, Font, Brush, Pen, RectangleF, StringFormat)
Draws the specified text string at the specified location and size with the specified pen, Brush and font objects.
Public methodDrawString(String, Font, Brush, Pen, Single, Single)
Draws the specified text string at the specified location with the specified pen, Brush and font objects.
Public methodDrawString(String, Font, Brush, Single, Single, StringFormat)
Draws the specified text string at the specified location with the specified Brush and font objects.
Public methodDrawString(String, Font, Pen, Single, Single, StringFormat)
Draws the specified text string at the specified location with the specified pen and font objects.
Public methodDrawString(String, Font, Brush, Pen, Single, Single, StringFormat)
Draws the specified text string at the specified location with the specified pen, Brush and font objects.
Public methodDrawString(String, Font, Brush, Single, Single, Single, Single, StringFormat)
Draws the specified text string at the specified location and size with the specified Brush and font objects.
Public methodDrawString(String, Font, Pen, Single, Single, Single, Single, StringFormat)
Draws the specified text string at the specified location and size with the specified pen and font objects.
Public methodDrawString(String, Font, Brush, Pen, Single, Single, Single, Single, StringFormat)
Draws the specified text string at the specified location and size with the specified pen, Brush and font objects.
Top
See Also

Reference