Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有位图的自定义图像视图,我可以缩放、平移、捏合。
在 imageview 的 ondraw 方法中,我绘制了一个多边形,它的边和角是可移动的。
要捏/平移图像视图,我使用矩阵。
如何使用矩阵中的值来移动矩形的边和角?
在绘制形状之前使用 Canvas.concat(Matrix matrix)