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!

Form.RectangleToClient

[To be supplied.]

[Visual Basic]
Overrides Public Function RectangleToClient( _
   ByVal r As Rectangle _
) As Rectangle
[C#]
public override Rectangle RectangleToClient(
   Rectangle r
);
[C++]
public: override Rectangle RectangleToClient(
   Rectangle r
);
[JScript]
public override function RectangleToClient(
   r : Rectangle
) : Rectangle;

Parameters

r
[To be supplied.]

See Also

Form Class | Form Members | System.WinForms Namespace