OhosImageRect
struct OhosImageRect {...}
Overview
The struct describes the information about an image rectangle.
Since: 10
Related module: Image
Header file: image_mdk.h
Summary
Member Variables
| Name | Description |
|---|---|
| int32_t x | X coordinate of the rectangle. |
| int32_t y | Y coordinate of the rectangle. |
| int32_t width | Width of the rectangle, in pixels. |
| int32_t height | Height of the rectangle, in pixels. |