# OhosImageRect ## Overview The OhosImageRect struct describes the information about an image rectangle. **Since**: 10 **Related module**: [Image](capi-image.md) **Header file**: [image_mdk.h](capi-image-mdk-h.md) ## 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.|