共用方式為


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

座標螢幕位置。

傳回

包含文字的範圍。

適用於