Delphi XE2试用版中如何缩放TImage控件中加载的图像?
我开发了一个小实用程序来在 Delphi XE2 中的 TImage
控件中加载不同类型的图像文件。现在我想仅使用内置控件(即不使用任何第三方组件)来实现和测试缩放功能。
I have developed a small utility to load different types of image files in TImage
control in Delphi XE2. Now I would like to implement and test zooming functionality, with built-in controls only (i.e. not using any 3rd party component).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅 这个答案使用鼠标滚轮放大和缩小TImage。
注意:它会重新定位图像组件。
See the second part of this answer which zooms in and out a TImage by using the mouse wheel.
Note: It repositions the image component.