Rectangle

最近更新时间:2022-09-20 05:17:40

Public 属性
Rectangle ()
Rectangle (int xx, int yy, int ww, int hh)
Public 属性
intx
inty
intwidth
intheight

详细描述

待共享区域相对于整个屏幕或窗口的位置,如不填,则表示共享整个屏幕或窗口。

构造及析构函数说明

Rectangle

ar::rtc::Rectangle::Rectangle

Rectangle

ar::rtc::Rectangle::Rectangle    (    int     xx,
int     yy,
int     ww,
int     hh 
)

类成员变量说明

x

int ar::rtc::Rectangle::x

左上角的横向偏移。

y

int ar::rtc::Rectangle::y

左上角的纵向偏移。

width

int ar::rtc::Rectangle::width

待共享区域的宽。

height

int ar::rtc::Rectangle::height

待共享区域的高。