[]
Calculates the character index at a specified point for the graphics object.
public int GetCharIndexAtPoint(Point pt, bool splitChar)
Public Function GetCharIndexAtPoint(pt As Point, splitChar As Boolean) As Integer
| Type | Name | Description |
|---|---|---|
| Point | pt | Point |
| bool | splitChar | Whether to split character |
| Type | Description |
|---|---|
| int | The character index at a specified point. |