Computes the location of the screen rectangle r in client coords.
[Visual Basic] Overridable Public Function RectangleToClient( _ ByVal r As Rectangle _ ) As Rectangle [C#] public virtual Rectangle RectangleToClient( Rectangle r ); [C++] public: virtual Rectangle RectangleToClient( Rectangle r ); [JScript] public function RectangleToClient( r : Rectangle ) : Rectangle;
client coordinate rectangle.