I want to crop part of image from an another image.
How to show coordinate of selection area when I move or decrease/increase the selection area? Because I didn't see in help a mouse event of selection area.
Hi, it is not possible with current version (you can only observe MouseDown/Up events to check manually when selection changed). Starting from next minor version (available soon) there will be two new events in IEViewer class, named SelectionChanging and SelectionChanged which allows to better monitor selection changes.