[]
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)
Sub GetWord(pos As MapPos, ByRef start As Integer, ByRef length As Integer, ByRef bounds As Quadrilateral)
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. |