0

let's say that I loaded a bitmap then, I draw it in the " ondraw(Canvas canvas) " function and I rotated the canvas. Is it possible to get the rectangle containing the bitmap? I mean, the new left, top , right and bottom according to the new bitmap's position ?

4

1 回答 1

0

使用矩阵绘制位图,然后在调用 mapPoints() 时使用此矩阵

于 2013-09-12T16:46:13.170 回答