ITextProvider.RangeFromPoint(Point) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從螢幕座標的鄰近位置擷取文字範圍。
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
座標螢幕位置。
傳回
包含文字的範圍。