|
Voice SDK v3.7.1 API Reference for All Platforms (C++)
|
Public Member Functions | |
| Rect () | |
| Rect (int t, int l, int b, int r) | |
Public Attributes | |
| int | top |
| int | left |
| int | bottom |
| int | right |
|
inline |
|
inline |
| int agora::rtc::Rect::top |
Y-axis of the top line.
| int agora::rtc::Rect::left |
X-axis of the left line.
| int agora::rtc::Rect::bottom |
Y-axis of the bottom line.
| int agora::rtc::Rect::right |
X-axis of the right line.