[]
Gets the info about a word at a specified position in a line.
void GetWord(MapPos pos, out int start, out int length, out Quadrilateral bounds)
| Type | Name | Description |
|---|---|---|
| MapPos | pos | |
| int | start | OUT: the start index of the word in the line. |
| int | length | OUT: the length of the word in characters. |
| Quadrilateral | bounds | OUT: the geometric bounds of the word. |