ImageEffect_Region
Overview
The ImageEffect_Region struct describes the image region.
System capability: SystemCapability.Multimedia.ImageEffect.Core
Since: 12
Related module: ImageEffect
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. |
Member Variable Description
x0
int32_t ImageEffect_Region::x0
Description
Start coordinate of the X axis.
x1
int32_t ImageEffect_Region::x1
Description
End coordinate of the X axis.
y0
int32_t ImageEffect_Region::y0
Description
Start coordinate of the Y axis.
y1
int32_t ImageEffect_Region::y1
Description
End coordinate of the Y axis.