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.
我需要根据用户触摸事件使用可调整大小的矩形裁剪图片。我这样做是因为并非所有设备都支持裁剪意图功能,所以我正在创建自己的。
我将原始图像作为位图并将其作为图像视图显示在屏幕上。
现在我接下来需要做的是有一个矩形(已经知道它需要的大小),可以调整大小和移动以供用户裁剪图像(比如获取一张脸)。
如何创建这样的可调整大小的矩形?
CropImage对我来说非常有用。