Skip to content
Search
K
English
中文
English
中文
Appearance
Menu
返回顶部
directory
format
typescript
Rect.
Move
(delta_x, delta_y)
class:
Rect
description
Moves the position of the rectangle.
parameter
param_name
type
description
delta_x
number
The amount to move along the x-axis.
delta_y
number
The amount to move along the y-axis.
reture
type
description
void
code example