WindowManager_Rect
Overview
The WindowManager_Rect struct describes the window rectangle, including the window position, width, and height.
Since: 15
Related module: WindowManager
Header file: oh_window_comm.h
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. |
你可能感兴趣的鸿蒙文章
harmony 鸿蒙ARKUI_TextPickerCascadeRangeContent
harmony 鸿蒙ARKUI_TextPickerRangeContent
harmony 鸿蒙ArkUI_AnimateCompleteCallback
harmony 鸿蒙ArkUI_ContextCallback