バージョン

GetPointFromCharIndex メソッド

テキストの指定したインデックスで文字のクライアント座標を取得します。
シンタックス
'宣言
 
Function GetPointFromCharIndex( _
   ByVal characterPosition As Integer _
) As Point
Point GetPointFromCharIndex( 
   int characterPosition
)

パラメータ

characterPosition
コントロールのテキストの文字の 0 から始まる位置。

戻り値の型

テキストの指定したインデックスにある文字の左上角のクライアント座標の位置。
参照