1 Star 0 Fork 5K

jackluluonema / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
IRect.md 3.30 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

IRect

Overview

Related Modules:

Display

Description:

Defines the coordinates of the upper left corner of a rectangle as well as its width and height to describe a rectangular area for an image.

Summary

Data Fields

Variable Name

Description

x

int32_t 

y

int32_t 

w

int32_t 

h

int32_t 

Details

Field Documentation

h

int32_t IRect::h

Description:

Height of the rectangle

w

int32_t IRect::w

Description:

Width of the rectangle

x

int32_t IRect::x

Description:

Start X-axis coordinate of the rectangle

y

int32_t IRect::y

Description:

Start Y-axis coordinate of the rectangle

1
https://gitee.com/jackluluonema/docs.git
git@gitee.com:jackluluonema/docs.git
jackluluonema
docs
docs
master

搜索帮助