harmony 鸿蒙OhosImageRect

  • 2023-10-30
  • 浏览 (363)

OhosImageRect

Overview

The OHOS::Media::OhosImageRect struct defines the information about an image rectangle.

Since

10

Related Modules

Image

Summary

Member Variables

Name Description
x X coordinate of the rectangle.
y Y coordinate of the rectangle.
width Width of the rectangle, in pixels.
height Height of the rectangle, in pixels.

Member Variable Description

height

int32_t OhosImageRect::height

Description

Height of the rectangle, in pixels.

width

int32_t OhosImageRect::width

Description

Width of the rectangle, in pixels.

x

int32_t OhosImageRect::x

Description

X coordinate of the rectangle.

y

int32_t OhosImageRect::y

Description

Y coordinate of the rectangle.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Native APIs

harmony 鸿蒙AVCapability

harmony 鸿蒙AVDemuxer

harmony 鸿蒙AVMuxer

harmony 鸿蒙AVScreenCapture

harmony 鸿蒙AVSource

harmony 鸿蒙AudioDecoder

harmony 鸿蒙AudioEncoder

harmony 鸿蒙CodecBase

harmony 鸿蒙Core

0  赞