Documentation
Video Call
API Reference
Agora C++ API Reference for All Platforms
Agora C++ API Reference for All Platforms
|
| Rect () |
|
| Rect (int t, int l, int b, int r) |
|
- Deprecated:
- Definition of the rectangular region.
◆ Rect() [1/2]
agora::rtc::Rect::Rect |
( |
| ) |
|
|
inline |
◆ Rect() [2/2]
agora::rtc::Rect::Rect |
( |
int |
t, |
|
|
int |
l, |
|
|
int |
b, |
|
|
int |
r |
|
) |
| |
|
inline |
◆ top
int agora::rtc::Rect::top |
◆ left
int agora::rtc::Rect::left |
◆ bottom
int agora::rtc::Rect::bottom |
Y-axis of the bottom line.
◆ right
int agora::rtc::Rect::right |
X-axis of the right line.