TextBox.GetCharacterIndexFromPoint(Point, Boolean) 方法

定义

返回最接近指定点的字符的索引,该索引从零开始。

public:
 int GetCharacterIndexFromPoint(System::Windows::Point point, bool snapToText);
public int GetCharacterIndexFromPoint (System.Windows.Point point, bool snapToText);
member this.GetCharacterIndexFromPoint : System.Windows.Point * bool -> int
Public Function GetCharacterIndexFromPoint (point As Point, snapToText As Boolean) As Integer

参数

point
Point

TextBox 坐标空间中一个要为其返回索引的点。

snapToText
Boolean

如果指定点处没有字符,则 true 将返回最近的索引,false 将返回 -1。

返回

最接近指定点的字符的索引;如果找不到有效的索引,则为 -1。

适用于

另请参阅