Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / GetCharFromPos Method
The point


In This Topic
GetCharFromPos Method
In This Topic
Internal use only.
Syntax
'Declaration
 
Public Overridable Function GetCharFromPos( _
   ByVal pt As Point _
) As Point
 
'Usage
 
Dim instance As SuperEditBase
Dim pt As Point
Dim value As Point
 
value = instance.GetCharFromPos(pt)

Parameters

pt
The point
See Also