バージョン

TextLocationFromScreenPoint メソッド

指定した画面点 (テキスト領域の座標で表現される) に最も近い Infragistics.Documents.Parsing.TextLocation を返します。
シンタックス
'宣言
 
Public Function TextLocationFromScreenPoint( _
   ByVal pointInTextAreaCoordinates As Point _
) As Infragistics.Documents.Parsing.TextLocation
public Infragistics.Documents.Parsing.TextLocation TextLocationFromScreenPoint( 
   Point pointInTextAreaCoordinates
)

パラメータ

pointInTextAreaCoordinates
確認するポイント (テキスト領域の座標で表されます)。

戻り値の型

指定した画面点 (テキスト領域の座標で表現される) に最も近い Infragistics.Documents.Parsing.TextLocation
解説

注: 可視ラインがない場合、0、0 位置を表す Infragistics.Documents.Parsing.TextLocation が返ります。

参照