バージョン

TextLocationFromPoint メソッド

指定した画面位置に最も近い Infragistics.Documents.Parsing.TextLocation を返します (テキスト領域座標では Point として表現)。
シンタックス
'宣言
 
Public Function TextLocationFromPoint( _
   ByVal point As Point _
) As Infragistics.Documents.Parsing.TextLocation
public Infragistics.Documents.Parsing.TextLocation TextLocationFromPoint( 
   Point point
)

パラメータ

point
Infragistics.Documents.Parsing.TextLocation のために検査する画面位置 (テキスト領域座標の Point として表現)。

戻り値の型

指定した画面位置のライン内の文字を表す Infragistics.Documents.Parsing.TextLocation を返します (テキスト領域座標では Point として表現)。
解説

注: ラインの最後の文字から離れた位置にある Point を指定すると、そのラインの最後の文字を表す Infragistics.Documents.Parsing.TextLocation が返ります。

参照