ImageEffect_Size

Overview

The ImageEffect_Size struct describes the image size.

System capability: SystemCapability.Multimedia.ImageEffect.Core

Since: 12

Related module: ImageEffect

Summary

Member Variables

Name Description
int32_t width Image width, in px.
int32_t height Image height, in px.

Member Variable Description

height

int32_t ImageEffect_Size::height

Description

Image height, in px.

width

int32_t ImageEffect_Size::width

Description

Image width, in px.