1# OhosImageRect 2<!--Kit: Image Kit--> 3<!--Subsystem: Multimedia--> 4<!--Owner: @aulight02--> 5<!--SE: @liyang_bryan--> 6<!--TSE: @xchaosioda--> 7 8## Overview 9 10The OhosImageRect struct describes the information about an image rectangle. 11 12**Since**: 10 13 14**Related module**: [Image](capi-image.md) 15 16**Header file**: [image_mdk.h](capi-image-mdk-h.md) 17 18## Summary 19 20### Member Variables 21 22| Name| Description| 23| -- | -- | 24| int32_t x | X coordinate of the rectangle.| 25| int32_t y | Y coordinate of the rectangle.| 26| int32_t width | Width of the rectangle, in pixels.| 27| int32_t height | Height of the rectangle, in pixels.| 28