[]
Measures size of string.
C1Size MeasureString(string s)
| Type | Name | Description |
|---|---|---|
| string | s | String to measure. |
| Type | Description |
|---|---|
| C1Size | Size. |
Measures size of string in layout area.
C1Size MeasureString(string s, C1Size sz)
| Type | Name | Description |
|---|---|---|
| string | s | String to measure. |
| C1Size | sz | Layout size. |
| Type | Description |
|---|---|
| C1Size | Size. |