io.agora.rtc.Rectangle类 参考
构造及析构函数说明
Rectangle() [1/2]
| io.agora.rtc.Rectangle.Rectangle | ( | ) |
Rectangle() [2/2]
| io.agora.rtc.Rectangle.Rectangle | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height ) |
成员函数说明
getHeight()
| int io.agora.rtc.Rectangle.getHeight | ( | ) |
getWidth()
| int io.agora.rtc.Rectangle.getWidth | ( | ) |
getX()
| int io.agora.rtc.Rectangle.getX | ( | ) |
getY()
| int io.agora.rtc.Rectangle.getY | ( | ) |
setHeight()
| void io.agora.rtc.Rectangle.setHeight | ( | int | height | ) |
setWidth()
| void io.agora.rtc.Rectangle.setWidth | ( | int | width | ) |
setX()
| void io.agora.rtc.Rectangle.setX | ( | int | x | ) |
setY()
| void io.agora.rtc.Rectangle.setY | ( | int | y | ) |
类成员变量说明
private
height
|
private
width
|
private
x
|
private
y
|