[]
        
(Showing Draft Content)

FarPoint.Win.SuperEditBase.GetCharIndexAtPoint

GetCharIndexAtPoint Method

GetCharIndexAtPoint(Point, bool)

Calculates the character index at a specified point for the graphics object.

Declaration
public int GetCharIndexAtPoint(Point pt, bool splitChar)
Public Function GetCharIndexAtPoint(pt As Point, splitChar As Boolean) As Integer
Parameters
Type Name Description
Point pt

Point

bool splitChar

Whether to split character

Returns
Type Description
int

The character index at a specified point.