# WindowManager_Rect ## Overview The struct describes the window rectangle, including the window position, width, and height. **Since**: 15 **Related module**: [WindowManager](capi-windowmanager.md) **Header file**: [oh_window_comm.h](capi-oh-window-comm-h.md) ## Summary ### Member Variables | Name| Description| | -- | -- | | int32_t posX | X coordinate of the window, in px. The value is an integer.| | int32_t posY | Y coordinate of the window, in px. The value is an integer.| | uint32_t width | Window width, in px. The value is an integer.| | uint32_t height | Window height, in px. The value is an integer.|