Rect.setOffset

機能/意味
Set rectangle position
タイプ
Rectクラスのメソッド
構文
setOffset(x, y)
引数
x  Specify the X coordinate value of the rectangle.
 This value can also be obtained and set using the Rect.left property.
y  Specify the Y coordinate value of the rectangle.
 This value can also be obtained and set using the Rect.topt property.
戻り値
なし (void)
説明
 Set the rectangle position.