---
title: hi_size
description: "定义矩形尺寸的结构体。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/others/ispdevug/ispdevapi_0036.html
sourcePath: /source/zh/canncommercial/900/others/ispdevug/ispdevapi_0036.html
indexId: e136b5fb7af4cda781a75b3713c9dd9473430b06c0ad4d136c71b56054f485cf65
---
# hi_size

#### 说明

定义矩形尺寸的结构体。


#### 定义

```
typedef struct {
hi_u32
width;
hi_u32
height;
} hi_size;
```


#### 成员

| 成员名称 | 描述 |
| --- | --- |
| width | 宽度 |
| height | 高度 |
