ImageBuffer class

Represents an image buffer.

Implemented types

Constructors

ImageBuffer()
Creates a new instance of the ImageBuffer class.
ImageBuffer.fromHandle(Pointer<id3FaceImageBuffer> handle)
Creates a new instance of the ImageBuffer class.

Properties

handle Pointer<id3FaceImageBuffer>
Gets the native handle. return The native handle.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone() ImageBuffer
Creates a copy of the ImageBuffer object.
dispose() → void
Releases all resources used by this ImageBuffer.
getData() Uint8List
Gets the image buffer data.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited