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.
我正在开发一个我迫切需要放大镜的机器人,我的场景是我在画布上有旋转位图,我需要在上面使用放大镜。(即当位图旋转时,我们需要放大某个区域)
问候 阿尔塔夫
我不确定,但我认为你可以使用矩阵和 createbitmap。这个想法基本上是从屏幕/位图中捕获一个矩形区域,将其写入一个新区域,然后将位图绘制在一个矩形中以将其炸毁。 这可能会有所帮助。 Android:来自超大视图的位图