hi_tde_rect

Description

Defines the rectangle information.

Definition

typedef struct {
    hi_s32 pos_x;
    hi_s32 pos_y;
    hi_u32 width;
    hi_u32 height;
} hi_tde_rect;

Members

Member

Description

pos_x

Horizontal coordinate.

pos_y

Vertical coordinate.

width

Width.

height

Height.