[]
Measures size of string in layout area.
public (double, double) MeasureString(string s, double width = 0)
| Type | Name | Description |
|---|---|---|
| string | s | String to measure. |
| double | width | Layout width. |
| Type | Description |
|---|---|
| (double, double) | Calculating text height. |