PowerTools SPREAD for Windows Forms 8.0J
GetCharIndexAtPoint メソッド


ポイント
文字を分割するかどうか
グラフィック オブジェクトの指定した位置にある文字インデックスを計算します。
構文
'Declaration
 
Public Function GetCharIndexAtPoint( _
   ByVal pt As Point, _
   ByVal splitChar As Boolean _
) As Integer
'使用法
 
Dim instance As SuperEditBase
Dim pt As Point
Dim splitChar As Boolean
Dim value As Integer
 
value = instance.GetCharIndexAtPoint(pt, splitChar)
public int GetCharIndexAtPoint( 
   Point pt,
   bool splitChar
)

パラメータ

pt
ポイント
splitChar
文字を分割するかどうか
参照

SuperEditBase クラス
SuperEditBase メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.