Computes the location of the screen point p in client coords.
[Visual Basic] Overridable Public Function PointToClient( _ ByVal p As Point _ ) As Point [C#] public virtual Point PointToClient( Point p ); [C++] public: virtual Point PointToClient( Point p ); [JScript] public function PointToClient( p : Point ) : Point;
client coordinate point.