'Declaration
Public Overridable Function GetPositionFromCharIndex( _ ByVal index As Integer _ ) As Point
Parameters
- index
- The index of the character for which to retrieve the location
Return Value
The location of the specified character
'Declaration
Public Overridable Function GetPositionFromCharIndex( _ ByVal index As Integer _ ) As Point