GetBound

GUIオブジェクトの位置とサイズを取得します。
仕様

Object.GetBound [Integer ObjectID, *Integer X, *Integer Y, *Integer Width, *Integer Height]

Object
対象のオブジェクト名を指定します。

ObjectID
GUIオブジェクトのIDを指定します。

X, Y
位置を格納する変数を指定します。

Width, Height
サイズを格納する変数を指定します。

サポートするGUIオブジェクト
Button
Static
TextBox
TextField
Check
Radio
Canvas
List


SetBound
メインへ