Computer scienceMobileAndroidUser InterfaceGraphics

Graphics overview. Implementing a Drawable

Draw with transform

Report a typo

Sort these actions in the correct order for drawing something with transformation.

Put the items in the correct order
something.draw(canvas)
canvas.save()
canvas.rotate(45)
canvas.restore()
___

Create a free account to access the full topic