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.RectangleToScreen

[To be supplied.]

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

Parameters

r
[To be supplied.]

See Also

Form Class | Form Members | System.WinForms Namespace