更新时间: 2023-10-23 16:45:52
rtc::RtcRect结构体 参考
rtc::RtcRect结构体 参考

Public 成员函数

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

Public 属性

int top
 
int left
 
int bottom
 
int right
 

详细描述

Definition of the rectangular region.

构造及析构函数说明

◆ RtcRect() [1/2]

rtc::RtcRect::RtcRect ( )

◆ RtcRect() [2/2]

rtc::RtcRect::RtcRect ( int  t,
int  l,
int  b,
int  r 
)

类成员变量说明

◆ top

int rtc::RtcRect::top

Y-axis of the top line.

◆ left

int rtc::RtcRect::left

X-axis of the left line.

◆ bottom

int rtc::RtcRect::bottom

Y-axis of the bottom line.

◆ right

int rtc::RtcRect::right

X-axis of the right line.


该结构体的文档由以下文件生成: