harmony 鸿蒙ImageEffect_Region

  • 2025-06-12
  • 浏览 (4)

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 Kit

harmony 鸿蒙_image___native_module

harmony 鸿蒙Image_Region

harmony 鸿蒙Image_Size

harmony 鸿蒙Image_String

harmony 鸿蒙ImageEffect

harmony 鸿蒙ImageEffect_Any

harmony 鸿蒙ImageEffect_FilterDelegate

harmony 鸿蒙ImageEffect_FilterNames

harmony 鸿蒙ImageEffect_Size

0  赞