[]
Writes a character string at the specified location, using the currently selected font, background color, and text color.
public void TextOut(string text, Point position)
| Type | Name | Description |
|---|---|---|
| string | text | A string that saves the characters to be written. |
| Point | position | A Point that indicates the reference point that the system uses to align the string. |