Spread WinForms 15
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)

Parameters

point
See Also