• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# ImageEffect_Size
2
3
4## 概述
5
6图像尺寸结构体。
7
8**系统能力:** SystemCapability.Multimedia.ImageEffect.Core
9
10**起始版本:** 12
11
12**相关模块:**[ImageEffect](_image_effect.md)
13
14**所在头文件:**[image_effect_filter.h](image__effect__filter_8h.md)
15
16
17## 汇总
18
19
20### 成员变量
21
22| 名称 | 描述 |
23| -------- | -------- |
24| int32_t [width](#width) | 图像宽度,单位:像素。  |
25| int32_t [height](#height) | 图像高度,单位:像素。  |
26
27
28## 结构体成员变量说明
29
30
31### height
32
33```
34int32_t ImageEffect_Size::height
35```
36**描述**
37图像高度,单位:像素。
38
39
40### width
41
42```
43int32_t ImageEffect_Size::width
44```
45**描述**
46图像宽度,单位:像素。
47