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.
我正在尝试学习 android 并编写了一些简单的图形绘图功能,我设法使捏缩放工作,但不幸的是,当它缩放包括轴在内的整个画布缩放时。我真正想要的是在缩放时仍然显示轴,有没有一种简单的方法可以使用 sme 分层技术在 android 中实现这一点?
Canvas 具有用于保存和恢复画布矩阵的 save() 和 restore() 函数。