バージョン

SnapshotPointFromScreenPoint メソッド

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

パラメータ

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

戻り値の型

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

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

参照