ITextProvider.RangeFromPoint(Point) Method

Definition

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.

Applies to