2

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

David
  • 13,360
  • 7
  • 66
  • 130
Dev
  • 629
  • 2
  • 9
  • 23

1 Answers1

4

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.

Community
  • 1
  • 1
NGLN
  • 43,011
  • 8
  • 105
  • 200