1# ImageEffect_Region 2 3## Overview 4 5The ImageEffect_Region struct describes the image region. 6 7**Since**: 12 8 9**Related module**: [ImageEffect](capi-imageeffect.md) 10 11**Header file**: [image_effect_filter.h](capi-image-effect-filter-h.md) 12 13## Summary 14 15### Member Variables 16 17| Name| Description| 18| -- | -- | 19| int32_t x0 | Start coordinate of the X axis.| 20| int32_t y0 | Start coordinate of the Y axis.| 21| int32_t x1 | End coordinate of the X axis.| 22| int32_t y1 | End coordinate of the Y axis.| 23