[]
Gets the index of the character closest to the specified location.
int GetCharIndexFromPosition(Point pt)
Type | Name | Description |
---|---|---|
Point | pt | The location to search. |
Type | Description |
---|---|
int | The index of the character closest to the point |