Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / GetCharFromPos Method
The point


In This Topic
    GetCharFromPos Method (SuperEditBase)
    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)
    public virtual Point GetCharFromPos( 
       Point pt
    )

    Parameters

    pt
    The point
    See Also