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