.NET Framework Class Library Control..::.UpdateBounds Method (Int32, Int32, Int32, Int32, Int32, Int32) Updates the bounds of the control with the specified size, location, and client size.
Namespace:
System.Windows.Forms
Assembly:
System.Windows.Forms (in System.Windows.Forms.dll)

Syntax
Protected Sub UpdateBounds ( _
x As Integer, _
y As Integer, _
width As Integer, _
height As Integer, _
clientWidth As Integer, _
clientHeight As Integer _
)
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
)
member UpdateBounds :
x:int *
y:int *
width:int *
height:int *
clientWidth:int *
clientHeight:int -> unit

Remarks

Version Information
.NET FrameworkSupported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0 .NET Framework Client ProfileSupported in: 4, 3.5 SP1

Platforms
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

See Also
|
.NET Framework クラス ライブラリ Control..::.UpdateBounds メソッド (Int32, Int32, Int32, Int32, Int32, Int32) コントロールの範囲を指定したサイズ、位置、およびクライアント サイズで更新します。
名前空間:
System.Windows.Forms
アセンブリ:
System.Windows.Forms (System.Windows.Forms.dll 内)

構文
Protected Sub UpdateBounds ( _
x As Integer, _
y As Integer, _
width As Integer, _
height As Integer, _
clientWidth As Integer, _
clientHeight As Integer _
)
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
)
member UpdateBounds :
x:int *
y:int *
width:int *
height:int *
clientWidth:int *
clientHeight:int -> unit

解説

バージョン情報
.NET Frameworkサポート対象: 4、3.5、3.0、2.0、1.1、1.0 .NET Framework Client Profileサポート対象: 4、3.5 SP1

プラットフォーム
Windows 7, Windows Vista SP1 以降, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core はサポート対象外), Windows Server 2008 R2 (SP1 以降で Server Core をサポート), Windows Server 2003 SP2
.NET Framework では、各プラットフォームのすべてのバージョンはサポートしていません。 サポートされているバージョンについては、「.NET Framework システム要件」を参照してください。

参照
|