liko
Preparing search index...
IRotatingRect
Interface IRotatingRect
支持旋转的矩形接口,继承自 IRectangle 并添加旋转属性
interface
IRotatingRect
{
height
:
number
;
rotation
:
number
;
width
:
number
;
x
:
number
;
y
:
number
;
}
Hierarchy (
View Summary
)
IRectangle
IRotatingRect
Index
Properties
height
rotation
width
x
y
Properties
height
height
:
number
rotation
rotation
:
number
旋转角度(弧度)
width
width
:
number
x
x
:
number
y
y
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
height
rotation
width
x
y
liko
Loading...
支持旋转的矩形接口,继承自 IRectangle 并添加旋转属性