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.UpdateBounds (Int32, Int32, Int32, Int32)

Updates the bounds of the control based on the bounds passed in.

[Visual Basic]
Overloads Protected Sub UpdateBounds( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
[C#]
protected void UpdateBounds(
   int x,
   int y,
   int width,
   int height
);
[C++]
protected: void UpdateBounds(
   int x,
   int y,
   int width,
   int height
);
[JScript]
protected function UpdateBounds(
   x : int,
   y : int,
   width : int,
   height : int
);

Parameters

x
[To be supplied.]
y
[To be supplied.]
width
[To be supplied.]
height
[To be supplied.]

See Also

Control Class | Control Members | System.WinForms Namespace | Control.UpdateBounds Overload List