'宣言 Public Function GetCharacterIndexFromPoint( _ ByVal point As System.Windows.Point, _ ByVal snapToText As System.Boolean _ ) As System.Integer
public System.int GetCharacterIndexFromPoint( System.Windows.Point point, System.bool snapToText )
パラメータ
- point
- 挿入インデックスを返す、GcTextBox 座標空間のポイント。
- snapToText
- 指定したポイントに文字がないときに最も近い挿入インデックスを返す場合は true。指定したポイントに文字がないときに -1 を返す場合は false。
戻り値の型
指定したポイントの挿入インデックス。有効な挿入インデックスが見つからない場合は -1。