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?
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?
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