CanvasImageData class
- Implementers
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
Constructors
- CanvasImageData()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createImageData(
[int? sw, int? sh, ImageDataSettings? settings]) → ImageData -
Available on CanvasImageData, provided by the PropsCanvasImageData extension
-
getImageData(
int sx, int sy, int sw, int sh, [ImageDataSettings? settings]) → ImageData -
Available on CanvasImageData, provided by the PropsCanvasImageData extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
putImageData(
ImageData imagedata, int dx, [int? dy, int? dirtyX, int? dirtyY, int? dirtyWidth, int? dirtyHeight]) → void -
Available on CanvasImageData, provided by the PropsCanvasImageData extension
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited