返回顶部 hi_tde_rect 说明矩形信息结构体。 定义typedef struct { hi_s32 pos_x; hi_s32 pos_y; hi_u32 width; hi_u32 height; } hi_tde_rect;hi_s32、hi_u32基础数据类型定义请参见基本数据类型说明。 成员 成员名称 描述 pos_x 水平坐标。 pos_y 垂直坐标。 width 宽度。 height 高度。 父主题: TDE图形绘制