Share via


ITextProvider.RangeFromPoint(Point) 方法

定义

从屏幕坐标附近检索文本范围。

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

参数

screenLocation
Point

坐标屏幕位置。

返回

包含文本的区域。

适用于