次の方法で共有


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

座標画面の位置。

戻り値

テキストを含む範囲。

適用対象