标签: java android
我正在使用Canavas画一个圆圈。抽签。之后,我使用ontouch来移动圆圈。问题是如何获得圈子的新X和Y?在canavas中,我找不到getX或getY!有人有主意
构造函数:
circleX= dWidth / 2 - circleWidth / 2 ; circleY = dHeight - circleHeight*2;
并提取:
canvas.drawBitmap(circle, circleX, circleY, null);