放大图片框但分辨率相同
我有一个具有缩放/平移功能的图片框。我现在从变焦开始。我是通过以下方式做到的:
- 获取 mousescroll 事件(向上或向下)
- ,向图片框添加高度和宽度,
- 获取图像内鼠标的像素坐标。
我的问题是,当我更改图片框的大小时,图片中的像素坐标与未缩放的前一个图像不同。即使图片缩放,我也需要坐标相同。
I have a picturebox with zooming/pan capabilities. I am now starting with the zoom. I did that by:
- getting the mousescroll event( up or down)
- add height and width to the picturebox
- get the pixel coordinates of mouse inside the image.
my problem is that, when i change the size of the picturebox, the pixel coordinates in the picture is not the same with the previous image without zoom. I need the coordinates to be the same even the picture is zoomed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论