1# ImageEffect_Region 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 [x0](#x0) | X轴起始坐标。 | 25| int32_t [y0](#y0) | Y轴起始坐标。 | 26| int32_t [x1](#x1) | X轴终止坐标。 | 27| int32_t [y1](#y1) | Y轴终止坐标。 | 28 29 30## 结构体成员变量说明 31 32 33### x0 34 35``` 36int32_t ImageEffect_Region::x0 37``` 38**描述** 39X轴起始坐标。 40 41 42### x1 43 44``` 45int32_t ImageEffect_Region::x1 46``` 47**描述** 48X轴终止坐标。 49 50 51### y0 52 53``` 54int32_t ImageEffect_Region::y0 55``` 56**描述** 57Y轴起始坐标。 58 59 60### y1 61 62``` 63int32_t ImageEffect_Region::y1 64``` 65**描述** 66Y轴终止坐标。 67