主页->库函数目录->绘制图形相关函数->ege_rect 结构体

功能:
用于保存矩形区域信息

声明:
typedef struct ege_rect {
    float x;
    float y;  
    float w;
    float h;   
}ege_rect;
成员: x, y 区域的左上角 w, h 区域的宽高 示例: