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.
我正在画布上工作,用户可以在画布上绘制和放置图像。我实现了用户可以用他的手指在画布上画一些东西。我的问题是,用户想要在画布上拖动图像到用户想要放置的特定位置并继续在画布上绘图。
MotionEvent.ACTION_DOWN检查触摸是否在图像/位图上
MotionEvent.ACTION_DOWN
在MotionEvent.ACTION_MOVE您更改左侧和顶部变量期间
MotionEvent.ACTION_MOVE
public void drawBitmap (Bitmap bitmap, float left, float top, Paint paint)
然后在MotionEvent.ACTION_UP你发布图片
MotionEvent.ACTION_UP