harmony 鸿蒙Camera_Rect
Camera_Rect
Overview
The Camera_Rect struct describes a rectangle.
Since: 11
Related module: OH_Camera
Header file: camera.h
Summary
Member Variables
Name | Description |
---|---|
int32_t topLeftX | X coordinate at the upper left corner. |
int32_t topLeftY | Y coordinate at the upper left corner. |
int32_t width | Width of the rectangle, in pixels. |
int32_t height | Height of the rectangle, in pixels. |
Member Variable Description
height
int32_t Camera_Rect::height
Description
Height of the rectangle, in pixels.
topLeftX
int32_t Camera_Rect::topLeftX
Description
X coordinate at the upper left corner.
topLeftY
int32_t Camera_Rect::topLeftY
Description
Y coordinate at the upper left corner.
width
int32_t Camera_Rect::width
Description
Width of the rectangle, in pixels.
你可能感兴趣的鸿蒙文章
harmony 鸿蒙Camera_CaptureEndInfo
harmony 鸿蒙Camera_CaptureStartInfo
harmony 鸿蒙Camera_ConcurrentInfo
harmony 鸿蒙Camera_FrameRateRange
harmony 鸿蒙Camera_FrameShutterEndInfo
0
赞
- 所属分类: 后端技术
- 本文标签:
热门推荐
-
2、 - 优质文章
-
3、 gate.io
-
8、 golang
-
9、 openharmony
-
10、 Vue中input框自动聚焦