图像放大时,如何获取图像像素坐标 #2098
Replies: 1 comment
-
When you zoom in, the status bar already shows the image pixel coordinate under the mouse cursor in real time (it already accounts for zoom and scroll), in the format You can see the implementation in If what you actually need is the coordinate of the center of the display frame (rather than the cursor position), that's usually for recording or jumping back to the location you're currently viewing. Could you share your specific use case?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
图像放大时,如何获取显示框中心的图像像素坐标
Beta Was this translation helpful? Give feedback.
All reactions