GrapeCity SPREAD for Windows Forms 12.0J
SetBounds(Int32,Int32,Int32,Int32) メソッド


境界矩形の左上隅の X 座標(整数)
境界矩形の左上隅の Y 座標(整数)
境界矩形のピクセル単位の幅(整数)
境界矩形のピクセル単位の高さ(整数)
要素の境界を、指定したサイズ(整数値)の境界矩形の位置とサイズに設定します。
構文
'Declaration
 
Public Overloads Overridable Sub SetBounds( _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer _
) 
'使用法
 
Dim instance As ElementWindowless
Dim x As Integer
Dim y As Integer
Dim width As Integer
Dim height As Integer
 
instance.SetBounds(x, y, width, height)
public virtual void SetBounds( 
   int x,
   int y,
   int width,
   int height
)

パラメータ

x
境界矩形の左上隅の X 座標(整数)
y
境界矩形の左上隅の Y 座標(整数)
width
境界矩形のピクセル単位の幅(整数)
height
境界矩形のピクセル単位の高さ(整数)
参照

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

 

 


Copyright © 2004 GrapeCity inc.