public Point ScreenToClient( Point screenPoint )
Public Function ScreenToClient( _ ByVal screenPoint As Point _ ) As Point
Parameters
- screenPoint
- The point value in screen coordinates.
Return Value
The converted point in client coordinates relative to the top-left corner of the view.