Control.UpdateBounds Method (Int32, Int32, Int32, Int32, Int32, Int32)
Assembly: System.Windows.Forms (in system.windows.forms.dll)
protected: void UpdateBounds ( int x, int y, int width, int height, int clientWidth, int clientHeight )
protected void UpdateBounds ( int x, int y, int width, int height, int clientWidth, int clientHeight )
protected function UpdateBounds ( x : int, y : int, width : int, height : int, clientWidth : int, clientHeight : int )
Parameters
- x
The X coordinate of the control.
- y
The Y coordinate of the control.
- width
The Width of the control.
- height
The Height of the control.
- clientWidth
The client Width of the control.
- clientHeight
The client Height of the control.
If the new Size of the control is different from the previous Size, the SizeChanged event is raised. Likewise, if the Location of the control changes, the LocationChanged event is raised.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.