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