Flex 中的图像缩放
我有一个照片库。所有照片均显示为缩略图。当用户单击缩略图时,预览将以全尺寸显示在画布中。现在,我想尽可能地缩放显示的图像。任何帮助表示赞赏。
I have a photo gallery. All the photos are displayed as thumbnails. When a user clicks on a thumbnail, the preview will be displayed in a canvas with full size. Now, I want to zoom the displayed image as much as possible. Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信您应该使用标准平移/缩放组件。
它处于测试阶段,但相当稳定。
您可以将其与 类似的东西来做你想做的事。
I believe you should use the standard Pan/Zoom component.
Its in beta but pretty stable.
You can mix it with something like this to do what you want.