GetWord Method
GetWord(MapPos, out int, out int, out Quadrilateral)
Gets the info about a word at a specified position in a line.
Declaration
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)
Parameters
Type |
Name |
Description |
MapPos |
pos |
A MapPos specifying a position in the ITextMap.
|
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.
|