BlackBerry - 开发类似 Cropit 的应用程序
我想开发类似cropit的应用程序,我只想知道如何增加或减少图像上矩形的大小(多点触控事件),它定义要裁剪的图像部分。
多谢
i want to develop cropit like application, i just want to know how to increase or decrease the size of the rectangle over the image (multitouch events), which define the image portion to be cropped.
Thanks alot
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 onTouchEvent,查找 DOWN 和 MOVE 事件以正确绘制选择。
要使模拟器多点触控:Alt+T,然后对手指 1 使用鼠标左键,对手指 2 使用鼠标右键。
代码示例:
Use onTouchEvent, look for DOWN and MOVE events to correctly draw selection.
To make simulator multitouch: Alt+T and then use left mouse button for finger 1 and right mouse button for finger 2.
Code sample: