1# Camera_Rect 2<!--Kit: Camera Kit--> 3<!--Subsystem: Multimedia--> 4<!--Owner: @qano--> 5<!--SE: @leo_ysl--> 6<!--TSE: @xchaosioda--> 7 8## Overview 9 10The struct describes a rectangle. 11 12**Since**: 11 13 14**Related module**: [OH_Camera](capi-oh-camera.md) 15 16**Header file**: [camera.h](capi-camera-h.md) 17 18## Summary 19 20### Member Variables 21 22| Name| Description| 23| -- | -- | 24| int32_t topLeftX | X coordinate at the upper left corner.| 25| int32_t topLeftY | Y coordinate at the upper left corner.| 26| int32_t width | Width of the rectangle, in pixels.| 27| int32_t height | Height of the rectangle, in pixels.| 28