ImageBuffer class
Represents an image buffer.
- Implemented types
Constructors
- ImageBuffer()
- Creates a new instance of the ImageBuffer class.
-
ImageBuffer.fromHandle(Pointer<
id3DocumentImageBuffer> handle) - Creates a new instance of the ImageBuffer class.
Properties
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