Rect.addOffset
機能/意味
Set rectangle position
タイプ
Rectクラス
のメソッド
構文
addOffset(
x
,
y
)
引数
x
Specify the amount of horizontal movement of the rectangle.
y
Specify the vertical movement amount of the rectangle.
戻り値
なし (void)
説明
Move the rectangle position.
The rectangle moves by the specified x, y values.