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; |