harmony 鸿蒙Rect

  • 2023-06-24
  • 浏览 (503)

Rect

Overview

The Rect module describes a rectangle on the display.

Since

8

Related Modules

NativeWindow

Summary

Member Variables

Name Description
x Start X coordinate of the rectangle.
y Start Y coordinate of the rectangle.
w Width of the rectangle.
h Height of the rectangle.

x

int32_t Rect::x

Description

Start X coordinate of the rectangle.

y

int32_t Rect::y

Description

Start Y coordinate of the rectangle.

w

uint32_t Rext::w

Description

Width of the rectangle.

h

uint32_t Rect::h

Description

Height of the rectangle.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞