PowerTools SPREAD for Windows Forms 8.0J
SetBounds(Rectangle) メソッド


整数でサイズが指定された境界矩形を含むRectangleオブジェクト
要素の境界を、指定した境界矩形オブジェクトの位置とサイズ(整数値)に設定します。
構文
'Declaration
 
Public Overloads Overridable Sub SetBounds( _
   ByVal rectInput As Rectangle _
) 
'使用法
 
Dim instance As ElementWindowless
Dim rectInput As Rectangle
 
instance.SetBounds(rectInput)
public virtual void SetBounds( 
   Rectangle rectInput
)

パラメータ

rectInput
整数でサイズが指定された境界矩形を含むRectangleオブジェクト
参照

ElementWindowless クラス
ElementWindowless メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.