IRect

概述

定义矩形框信息。

起始版本: 3.2

相关模块:Display

汇总

Public 属性

名称 描述
int x 矩形框起始x坐标
int y 矩形框起始y坐标
int w 矩形框宽度
int h 矩形框高度

类成员变量说明

h

int IRect::h

描述 矩形框高度

w

int IRect::w

描述 矩形框宽度

x

int IRect::x

描述 矩形框起始x坐标

y

int IRect::y

描述 矩形框起始y坐标