ImageEffect_Region
typedef struct ImageEffect_Region {...} ImageEffect_Region
概述
图像区域结构体。
起始版本: 12
相关模块: ImageEffect
所在头文件: image_effect_filter.h
汇总
成员变量
| 名称 | 描述 |
|---|---|
| int32_t x0 | X轴起始坐标。 |
| int32_t y0 | Y轴起始坐标。 |
| int32_t x1 | X轴终止坐标。 |
| int32_t y1 | Y轴终止坐标。 |
typedef struct ImageEffect_Region {...} ImageEffect_Region
图像区域结构体。
起始版本: 12
相关模块: ImageEffect
所在头文件: image_effect_filter.h
| 名称 | 描述 |
|---|---|
| int32_t x0 | X轴起始坐标。 |
| int32_t y0 | Y轴起始坐标。 |
| int32_t x1 | X轴终止坐标。 |
| int32_t y1 | Y轴终止坐标。 |