Reputation: 1809
Im scaling down (and moving) a canvas and need to find out the 0,0 of the actual canvas (in able to get the position of bitmaps within the canvas).
Does anyone know how?
Upvotes: 1
Views: 1255
Reputation: 21629
0, 0 is alway in the top left corner, only the images previously drawn on the canvas would move. Check this post: Android Bitmap/Canvas offset after scale
Upvotes: 2