Gets char-index of the char at the point specified by screen location.
Namespace: Sgry.Azuki.WinFormsAssembly: 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: Int32The index of the character at specified location.