|
Agora C++ API Reference for All Platforms
|
#include <AgoraBase.h>
Public Member Functions | |
| Rectangle () | |
| Rectangle (int xx, int yy, int ww, int hh) | |
Public Attributes | |
| int | x |
| int | y |
| int | width |
| int | height |
|
inline |
|
inline |
| int agora::rtc::Rectangle::x |
The horizontal offset from the top-left corner.
| int agora::rtc::Rectangle::y |
The vertical offset from the top-left corner.
| int agora::rtc::Rectangle::width |
The width of the target area.
| int agora::rtc::Rectangle::height |
The height of the target area.