'Declaration
Function RangeFromPoint( _ ByVal screenLocation As Point _ ) As ITextRangeProvider
ITextRangeProvider RangeFromPoint( Point screenLocation )
Parameters
- 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.
Return Value
A degenerate range nearest the specified location.