Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / GetCharIndexAtPoint Method
Point
Whether to split character


In This Topic
GetCharIndexAtPoint Method
In This Topic
Calculates the character index at a specified point for the graphics object.
Syntax
'Declaration
 
Public Function GetCharIndexAtPoint( _
   ByVal pt As Point, _
   ByVal splitChar As Boolean _
) As Integer
 
'Usage
 
Dim instance As SuperEditBase
Dim pt As Point
Dim splitChar As Boolean
Dim value As Integer
 
value = instance.GetCharIndexAtPoint(pt, splitChar)

Parameters

pt
Point
splitChar
Whether to split character
See Also