Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBar Interface / PointToClient Method


In This Topic
    PointToClient Method
    In This Topic
    Converts the point.
    Syntax
    'Declaration
     
    
    Function PointToClient( _
       ByVal point As Point _
    ) As Point
    'Usage
     
    
    Dim instance As IFpStatusBar
    Dim point As Point
    Dim value As Point
     
    value = instance.PointToClient(point)
    Point PointToClient( 
       Point point
    )

    Parameters

    point
    See Also