# ImageEffect_Region ## 概述 图像区域结构体。 **系统能力:** SystemCapability.Multimedia.ImageEffect.Core **起始版本:** 12 **相关模块:**[ImageEffect](_image_effect.md) ## 汇总 ### 成员变量 | 名称 | 描述 | | -------- | -------- | | int32_t [x0](#x0) | X轴起始坐标。 | | int32_t [y0](#y0) | Y轴起始坐标。 | | int32_t [x1](#x1) | X轴终止坐标。 | | int32_t [y1](#y1) | Y轴终止坐标。 | ## 结构体成员变量说明 ### x0 ``` int32_t ImageEffect_Region::x0 ``` **描述** X轴起始坐标。 ### x1 ``` int32_t ImageEffect_Region::x1 ``` **描述** X轴终止坐标。 ### y0 ``` int32_t ImageEffect_Region::y0 ``` **描述** Y轴起始坐标。 ### y1 ``` int32_t ImageEffect_Region::y1 ``` **描述** Y轴终止坐标。