Image_String

struct Image_String {...}
typedef struct Image_String Image_MimeType
typedef struct Image_String Image_String

Overview

The 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.