ITextProvider.RangeFromPoint(Point) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves a text range from the vicinity of a screen coordinate.
public:
ITextRangeProvider ^ RangeFromPoint(Point screenLocation);
ITextRangeProvider RangeFromPoint(Point const& screenLocation);
public ITextRangeProvider RangeFromPoint(Point screenLocation);
function rangeFromPoint(screenLocation)
Public Function RangeFromPoint (screenLocation As Point) As ITextRangeProvider
Parameters
- screenLocation
- Point
The coordinate screen location.
Returns
A range that contains text.