Skip to content
Search
K
English
中文
English
中文
Appearance
Menu
返回顶部
directory
format
typescript
Rect.
Scale
(scale_x, scale_y)
class:
Rect
description
Scale the rectangle.
parameter
param_name
type
description
scale_x
number
The multiplication of x and width.
scale_y
number
The multiplication of y and height.
reture
type
description
void
code example