CanvasTransform class
- Implementers
 - Available extensions
 - Annotations
 - 
    
- @JS.new()
 - @staticInterop
 - @anonymous
 
 
Constructors
Properties
- getTransform ↔ DOMMatrix Function()
 - 
      
Available on CanvasTransform, provided by the CanvasTransform$Typings extension
getter/setter pair - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - resetTransform ↔ void Function()
 - 
      
Available on CanvasTransform, provided by the CanvasTransform$Typings extension
getter/setter pair - rotate ↔ void Function(num)
 - 
      
Available on CanvasTransform, provided by the CanvasTransform$Typings extension
getter/setter pair - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - scale ↔ void Function(num, num)
 - 
      
Available on CanvasTransform, provided by the CanvasTransform$Typings extension
getter/setter pair - setTransform → ({void Function([DOMMatrix2DInit? transform]) $1, void Function(num a, num b, num c, num d, num e, num f) $2})
 - 
      
Available on CanvasTransform, provided by the CanvasTransform$Typings extension
Overload accessor: $1, $2no setter - transform ↔ void Function(num, num, num, num, num, num)
 - 
      
Available on CanvasTransform, provided by the CanvasTransform$Typings extension
getter/setter pair - translate ↔ void Function(num, num)
 - 
      
Available on CanvasTransform, provided by the CanvasTransform$Typings extension
getter/setter pair 
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