hi_coord

Description

Defines the rectangle information.

Prototype

typedef enum {
    HI_COORD_ABS = 0, 
    HI_COORD_RATIO
} hi_coord;

Members

Member

Description

HI_COORD_ABS

Absolute coordinates.

HI_COORD_RATIO

Relative coordinates. That is, the coordinates are represented by the ratio of the width to the height of the image. The specific ratio conversion is subject to the actual interface.