getTransform method
The CanvasRenderingContext2D.getTransform()
method of the Canvas 2D
API retrieves the current transformation matrix being applied to the
context.
Implementation
external DOMMatrix getTransform();
The CanvasRenderingContext2D.getTransform()
method of the Canvas 2D
API retrieves the current transformation matrix being applied to the
context.
external DOMMatrix getTransform();