CanvasTransform class

Implementers
Available extensions
Annotations
  • @JS()
  • @staticInterop

Constructors

CanvasTransform()
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

getTransform() DOMMatrix

Available on CanvasTransform, provided by the PropsCanvasTransform extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetTransform() → void

Available on CanvasTransform, provided by the PropsCanvasTransform extension

rotate(dynamic angle) → void

Available on CanvasTransform, provided by the PropsCanvasTransform extension

scale(dynamic x, dynamic y) → void

Available on CanvasTransform, provided by the PropsCanvasTransform extension

setTransform([dynamic a, dynamic b, dynamic c, dynamic d, dynamic e, dynamic f]) → void

Available on CanvasTransform, provided by the PropsCanvasTransform extension

toString() String
A string representation of this object.
inherited
transform(dynamic a, dynamic b, dynamic c, dynamic d, dynamic e, dynamic f) → void

Available on CanvasTransform, provided by the PropsCanvasTransform extension

translate(dynamic x, dynamic y) → void

Available on CanvasTransform, provided by the PropsCanvasTransform extension

Operators

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