# Camera_Rect ## Overview The **Camera_Rect** struct defines the rectangle. **Since**: 11 **Related module**: [OH_Camera](_o_h___camera.md) ## Summary ### Member Variables | Name| Description| | -------- | -------- | | [topLeftX](#topleftx) | X coordinate at the upper left corner.| | [topLeftY](#toplefty) | Y coordinate at the upper left corner.| | [width](#width) | Width of the rectangle, in pixels.| | [height](#height) | Height of the rectangle, in pixels.| ## Member Variable Description ### height ``` int32_t Camera_Rect::height ``` **Description** Height of the rectangle, in pixels. ### topLeftX ``` int32_t Camera_Rect::topLeftX ``` **Description** X coordinate at the upper left corner. ### topLeftY ``` int32_t Camera_Rect::topLeftY ``` **Description** Y coordinate at the upper left corner. ### width ``` int32_t Camera_Rect::width ``` **Description** Width of the rectangle, in pixels.