ImageEffect_Region

typedef struct ImageEffect_Region {...} ImageEffect_Region

Overview

The struct describes the image region.

Since: 12

Related module: ImageEffect

Header file: image_effect_filter.h

Summary

Member Variables

Name Description
int32_t x0 Start coordinate of the X axis.
int32_t y0 Start coordinate of the Y axis.
int32_t x1 End coordinate of the X axis.
int32_t y1 End coordinate of the Y axis.