Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
Flashcqxg
Posted - Jan 03 2026 : 19:32:57 My code is as follows, and I have two questions:
How can I trigger the OnImageSelect event of ImageEnMView1 while scrolling the mouse wheel?
Before displaying an image in ImageEnView1, how can I make a specified area of the image invisible (masked) and keep it invisible even when moving the image?
ImageEnMView1.AttachedImageEnView := ImageEnView1; ImageEnMView1.MouseWheelParams.Action := iemwNavigate; // Allow navigation by spinning the mouse wheel ImageEnView1.MouseWheelParams.Action := iemwNavigate;