0
Which method is used to move the canvas element?
transformation() move() location() translate()
4 Respostas
+ 3
translate
0
(x,y)
0
translate
- 1
Translate(x,y) method is the one used to move the Canvas.
Where x indicates how far to move the grid horizontally, and y indicates how far to move the grid vertically.