I have an ImageView with scaletype set to matrix, and would like to get a Rect with the bounds of the image after the transformation of the matrix.
How do I get such a rect? thanks.
I have an ImageView with scaletype set to matrix, and would like to get a Rect with the bounds of the image after the transformation of the matrix.
How do I get such a rect? thanks.
Then use Matrix.mapRect.