Hello guys, Lets say i have Imageview1 with a fixed width and height and i put a scaled bitmap in it using bitmapplus lib now the question is how to get the the layout variables (left,top,width,height) of the actual drawn image after scaling inside the imageview with a CENTER gravity ???
not the imageview dimensions but the drawn bitmap inside, lets say i want to place a panel over the drawn image not all the imageview
i thought imageview1.bitmap.height/width would be a good start but it shows the same dimensions as the imageview maybe because it's centered im not sure.
not the imageview dimensions but the drawn bitmap inside, lets say i want to place a panel over the drawn image not all the imageview
i thought imageview1.bitmap.height/width would be a good start but it shows the same dimensions as the imageview maybe because it's centered im not sure.