ImageBuffer Class

Namespace: id3.Finger

Definition

Represents an image buffer.

Properties

Name

Type

Description

sizeInBytes

int

Returns the size of the image in bytes.

Methods

Name

Description

clone

Clones the ImageBuffer object.

getData

Gets the image buffer data.

getPixels

Gets a pointer to the pixels of the image. Unsafe! The user must handle the pixels pointer carefully.