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

Computes the location of the client rectangle r in screen coords.

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

Parameters

r
Client coordinate rectangle to convert.

Return Value

screen coordinate rectangle.

See Also

Control Class | Control Members | System.WinForms Namespace