标签: android
我需要找到原始图像中裁剪图像的rect(x1,y1,x2,y2)位置。 我正在使用com.android.camera.action.CROP裁剪图像。
答案 0 :(得分:0)
为什么不收集裁剪图像的角落位置?您可以使用View.getLocationOnScreen()或getLocationInWindow()
View.getLocationOnScreen()
getLocationInWindow()