[]
Gets the size of the string.
Size MeasureString(string text, double width, IMapStyle style)
| Type | Name | Description |
|---|---|---|
| string | text | The string to be measured. |
| double | width | The maxinum width. |
| IMapStyle | style | The style used to measure. |
| Type | Description |
|---|---|
| Size | The pixels size the the content, using the specified style. |