Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / GetCharIndexAtPoint Method
Point
Whether to split character


In This Topic
    GetCharIndexAtPoint Method (SuperEditBase)
    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)
    public int GetCharIndexAtPoint( 
       Point pt,
       bool splitChar
    )

    Parameters

    pt
    Point
    splitChar
    Whether to split character
    See Also