[]
Finds the degenerate range nearest to a screen coordinate.
ITextRangeProvider RangeFromPoint(Point screenLocation)
| Type | Name | Description |
|---|---|---|
| Point | screenLocation | The location in screen coordinates. The provider should check that the coordinates are within the client area of the provider, and should throw an InvalidOperation exception if they are not. |
| Type | Description |
|---|---|
| ITextRangeProvider | A degenerate range nearest the specified location. |