Get 0,0 of scaled canvas
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
精彩评论