NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.RectangleToClient

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;

Parameters

r
Screen coordinate rectangle to convert.

Return Value

client coordinate rectangle.

See Also

Control Class | Control Members | System.WinForms Namespace