バージョン

ViewPointFromTextAreaPoint メソッド

テキスト領域座標から (スクロールバー、マージン、テキスト領域がある) ビュー座標に点を変換します。
シンタックス
'宣言
 
Public Function ViewPointFromTextAreaPoint( _
   ByVal pointInTextAreaCoordinates As Point _
) As Point
public Point ViewPointFromTextAreaPoint( 
   Point pointInTextAreaCoordinates
)

パラメータ

pointInTextAreaCoordinates
変換する点。

戻り値の型

変換済みの点。
参照