[]
Computes the width and height of the specified string of text.
public Size TextExtent(string text)
| Type | Name | Description |
|---|---|---|
| string | text | A string that saves a character string to be computed. |
| Type | Description |
|---|---|
| Size | If the function succeeds, the return value is the dimensions of the string in logical units. |