Hi!
I select an area with the mouse, then:
ImageEnView1.ZoomSelection(True);
Nothing happens.
I looked into the demos, but did not find a demonstration of ZoomSelection.
Also the sample code in the help file does not work here:
ImageEnView1.Select(10,10,100,100);
ImageEnView1.ZoomSelection; // fill client area (if possible) with rectangle 10,10,100,100
How can I make it work?