harmony 鸿蒙ImageEffect_Region
ImageEffect_Region
Overview
The ImageEffect_Region struct describes the image region.
System capability: SystemCapability.Multimedia.ImageEffect.Core
Since: 12
Related module: ImageEffect
Header file: image_effect_filter.h
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.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙_image___native_module
harmony 鸿蒙ImageEffect_FilterDelegate
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦