缩放触摸处的图像

发布于 2024-10-30 19:47:41 字数 80 浏览 2 评论 0原文

我想缩放用户触摸的图像区域(周围 50x50 区域)。

请注意,我不想缩放完整图像。

有什么办法可以做到这一点吗?

I want to zoom that area (50x50 area around it) of image where user touched.

Please note that i do not want to zoom full image.

Is there any way to do this ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

素染倾城色 2024-11-06 19:47:41

您可以将图像放置在 UISCrollView 内并捕获事件内的触摸。然后,您可以获取触摸的坐标,并使您的 UIScrollView 缩放该区域。

编辑:正如我在评论中所说,请参阅 文档,尤其是方法- (void)zoomToRect:(CGRect)rectAnimated:(BOOL)animated

You can place your image inside a UISCrollView and catch touch up inside event. Then, you can get the coordinates of the touch, and make your UIScrollView zoom on this area.

Edit : As I said in comment, see the documentation and especially the method - (void)zoomToRect:(CGRect)rect animated:(BOOL)animated

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文