I would like to draw a sprite to the screen scaled to a particular size
I can scale and draw an image using canvas.drawBitmap(bitmap, matrix);
or I can draw a selection of the sprite sheet using the draw bitmap src and dst rect.
but is there a way I could draw a particular part of my sprite sheet scaled?


