# Camera_Rect ## Overview The struct describes a rectangle. **Since**: 11 **Related module**: [OH_Camera](capi-oh-camera.md) **Header file**: [camera.h](capi-camera-h.md) ## Summary ### Member Variables | Name| Description| | -- | -- | | int32_t topLeftX | X coordinate at the upper left corner.| | int32_t topLeftY | Y coordinate at the upper left corner.| | int32_t width | Width of the rectangle, in pixels.| | int32_t height | Height of the rectangle, in pixels.|