[]
Retrieves the character that is closest to the specified location within the control.
char GetCharFromPosition(Point pt)
Type | Name | Description |
---|---|---|
Point | pt | The location from which to seek the nearest character. |
Type | Description |
---|---|
char | The character at the specified location. |