[]
Draws the string in the specified rectangle with specified style.
void DrawString(string s, IMapStyle style, Rect bounds)
Type | Name | Description |
---|---|---|
string | s | The string to draw. |
IMapStyle | style | The style used to draw the string. |
Rect | bounds | The bounds to draw the string. |