[]
Retrieves the index of the character nearest to the specified location.
public int GetCharIndexFromPosition(Point pt)
| Type | Name | Description |
|---|---|---|
| Point | pt | The location to search. |
| Type | Description |
|---|---|
| int | The zero-based character index at the specified location. |