Drawable.DrawString Method
Draws a text string.
DrawString(System.String text, Font font, Pen pen, System.Double haloWidth, System.Drawing.Color haloColor)
Draws a text string.Syntax
public void DrawString (
System.String text,
Font font,
Pen pen,
System.Double haloWidth,
System.Drawing.Color haloColor
)
Parameters
The text to draw.
The font to use.
The pen to use.
The width of a text halo, in pixels. If 0, no halo will be drawn.
The color of a text halo. It transparent, no halo will be drawn.
Remarks
The left-most point of the base line of the text will be positioned at point (0.0, 0.0) transformed with the current Transform. The text may also be scaled and rotated by the transform.
A "halo" can be drawn behind the text, by specifying a non-zero halo width and a halo color.
Platforms
Windows, Linux, Android