矩形信息结构体。
typedef struct { hi_s32 pos_x; hi_s32 pos_y; hi_u32 width; hi_u32 height; } hi_tde_rect;
成员名称
描述
pos_x
水平坐标。
pos_y
垂直坐标。
width
宽度。
height
高度。