Gets char-index of the char at the point specified by screen location.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public int GetIndexFromPosition(
	Point pt
)
Visual Basic
Public Function GetIndexFromPosition ( 
	pt As Point
) As Integer

Parameters

pt
Type: System.Drawing..::..Point

Return Value

Type: Int32
The index of the character at specified location.

Implements

IUserInterface..::..GetIndexFromPosition(Point)

See Also