ImageBitmap class

Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

ImageBitmap()
factory

Properties

close ↔ void Function()

Available on ImageBitmap, provided by the ImageBitmap$Typings extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height num

Available on ImageBitmap, provided by the ImageBitmap$Typings extension

Returns the intrinsic height of the image, in CSS pixels.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width num

Available on ImageBitmap, provided by the ImageBitmap$Typings extension

Returns the intrinsic width of the image, in CSS pixels.
no setter

Methods

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