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.
假设我在不同位置的画布上放置了多个可绘制对象。我愿意以某种形式旋转每个图像(一定角度)。所以我需要在画布上旋转drawable的代码。问题是任何drawable的旋转都不能反映到Canvas上的另一个drawable。
尝试
yourCanvas.rotate(90);
Android.Developers 上的公共 void 旋转(浮动度数)