ImageEffect_Size

概述

图像尺寸结构体。

系统能力: SystemCapability.Multimedia.ImageEffect.Core

起始版本: 12

相关模块:ImageEffect

所在头文件:image_effect_filter.h

汇总

成员变量

名称 描述
int32_t width 图像宽度,单位:像素。
int32_t height 图像高度,单位:像素。

结构体成员变量说明

height

int32_t ImageEffect_Size::height

描述 图像高度,单位:像素。

width

int32_t ImageEffect_Size::width

描述 图像宽度,单位:像素。