Resource Base
Table of contents

VImageData

Syntax

interface VImageData {
	type: EnumImageDataType;
	data: ArrayBuffer | Blob; 
	height?: number;
	width?: number;
}

Attributes

type

The image data type. Please refer to EnumImageDataType

data

The image data. Do not destroy it.

height

The image height.

width

The image width.

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: