harmony 鸿蒙WindowManager_Rect

  • 2025-06-12
  • 浏览 (3)

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

harmony 鸿蒙ARKUI_TextPickerCascadeRangeContent

harmony 鸿蒙ARKUI_TextPickerRangeContent

harmony 鸿蒙ArkUI_AnimateCompleteCallback

harmony 鸿蒙ArkUI_AttributeItem

harmony 鸿蒙ArkUI_ColorStop

harmony 鸿蒙ArkUI_ContextCallback

harmony 鸿蒙ArkUI_EventModule

harmony 鸿蒙ArkUI_ExpectedFrameRateRange

harmony 鸿蒙ArkUI_IntOffset

0  赞