[]
Gets a TextMapFragment that represents the text
from the start of the page to pos.
void GetFragmentToPos(MapPos pos, out TextMapFragment fragment, out string text)
Sub GetFragmentToPos(pos As MapPos, ByRef fragment As TextMapFragment, ByRef text As String)
| Type | Name | Description |
|---|---|---|
| MapPos | pos | The MapPos specifying the end of the range. |
| TextMapFragment | fragment | OUT: a TextMapFragment representing the text in the range. |
| string | text | OUT: the fragment's text. |