Agora C++ API Reference for All Platforms
agora::rtc::Rect Struct Reference

#include <IAgoraRtcEngine.h>

Public Member Functions

 Rect ()
 
 Rect (int t, int l, int b, int r)
 

Public Attributes

int top
 
int left
 
int bottom
 
int right
 

Detailed Description

Deprecated:
Definition of the rectangular region.

Constructor & Destructor Documentation

◆ Rect() [1/2]

agora::rtc::Rect::Rect ( )
inline

◆ Rect() [2/2]

agora::rtc::Rect::Rect ( int  t,
int  l,
int  b,
int  r 
)
inline

Member Data Documentation

◆ top

int agora::rtc::Rect::top

Y-axis of the top line.

◆ left

int agora::rtc::Rect::left

X-axis of the left line.

◆ bottom

int agora::rtc::Rect::bottom

Y-axis of the bottom line.

◆ right

int agora::rtc::Rect::right

X-axis of the right line.