Camera_Rect

Overview

The Camera_Rect struct defines a rectangle.

Since: 11

Related module: OH_Camera

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.