[]
Gets the text which is "near" to specified position.
public static void GetNearText(string text, int position, int length, out string nearText, out int positionInNearText)
| Type | Name | Description |
|---|---|---|
| string | text | |
| int | position | |
| int | length | |
| string | nearText | |
| int | positionInNearText |