How to zoom images loaded in TImage control in Delphi XE2 Trial?

Dev picture Dev · Oct 24, 2011 · Viewed 7.2k times · Source

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).

Answer

NGLN picture NGLN · Oct 24, 2011

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.