• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Image_String
2<!--Kit: Image Kit-->
3<!--Subsystem: Multimedia-->
4<!--Owner: @aulight02-->
5<!--SE: @liyang_bryan-->
6<!--TSE: @xchaosioda-->
7
8## Overview
9
10The Image_String struct describes an image string.
11
12**Since**: 12
13
14**Related module**: [Image_NativeModule](capi-image-nativemodule.md)
15
16**Header file**: [image_common.h](capi-image-common-h.md)
17
18## Summary
19
20### Member Variables
21
22| Name| Description|
23| -- | -- |
24| char *data = nullptr | Pointer to the data represented by the string.|
25| size_t size = 0 | Data length.|
26