[]
Draw string at specified position.
void DrawString(string s, _Point pos)
Type | Name | Description |
---|---|---|
string | s | String to draw. |
_Point | pos | Position. |
Draw string at specified area.
void DrawString(string s, _Rect area, TextWrapping textWrapping = TextWrapping.None)
Type | Name | Description |
---|---|---|
string | s | String to draw. |
_Rect | area | Area. |
TextWrapping | textWrapping | Text wrapping. |