Spread Windows Forms 12.0 Product Documentation
GetCharIndexAtPoint Method


FarPoint.Win Assembly > FarPoint.Win Namespace > SuperEditBase Class : GetCharIndexAtPoint Method
Point
Whether to split character
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)
public int GetCharIndexAtPoint( 
   Point pt,
   bool splitChar
)

Parameters

pt
Point
splitChar
Whether to split character
See Also

Reference

SuperEditBase Class
SuperEditBase Members