In This Topic
Gets the info about a word at a specified position in a line.
Syntax
'Declaration
Sub GetWord( _
ByVal As MapPos, _
ByRef As System.Integer, _
ByRef As System.Integer, _
ByRef As Quadrilateral _
)
void GetWord(
MapPos ,
out System.int ,
out System.int ,
out Quadrilateral
)
Parameters
- pos
- A MapPos specifying a position in the ITextMap.
- start
- OUT: the start index of the word in the line.
- length
- OUT: the length of the word in characters.
- bounds
- OUT: the geometric bounds of the word.
See Also