Method PointToClient
PointToClient(Point)
When implemented by a class, computes the location of the specified screen point into client coordinates.
Point PointToClient(Point p)Parameters
- pPoint
- The screen coordinate Point to convert. 
Returns
- Point
- A Point that represents the converted Point, in client coordinates.