harmony 鸿蒙Image_String

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

Image_String

Overview

The Image_String struct describes an image string.

Since: 12

Related module: Image_NativeModule

Header file: image_common.h

Summary

Member Variables

Name Description
char * data = nullptr Pointer to the data represented by the string.
size_t size = 0 Data length.

Member Variable Description

data

char* Image_String::data = nullptr

Description

Pointer to the data represented by the string.

size

size_t Image_String::size = 0

Description

Data length.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙Image Kit

harmony 鸿蒙_image___native_module

harmony 鸿蒙Image_Region

harmony 鸿蒙Image_Size

harmony 鸿蒙ImageEffect

harmony 鸿蒙ImageEffect_Any

harmony 鸿蒙ImageEffect_FilterDelegate

harmony 鸿蒙ImageEffect_FilterNames

harmony 鸿蒙ImageEffect_Region

harmony 鸿蒙ImageEffect_Size

0  赞