hi_coord
Description
Defines the rectangle region information.
Definition
typedef enum {
HI_COORD_ABS = 0,
HI_COORD_RATIO = 1
} 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. |
Parent topic: Common