Hello. I am using ImageEnView. At runtime, when I click on the ImageEnView, Can I know the coordinates of ImageEnView.IECanvas? Please let me know how to do this.
You don't get coordinates in OnClck - you'll have to trap OnMouseUp (always use Up and not Down unless you have specific reasons. Why? Because that's how Windows does it. Try clicking and holding mouse down on a button - you only get the OnClick event once you release the mouse button, and only if the mouse is still within the button's surface. The same with Menus and other click-to-select items).
IIRC there's a setting in the properties of the TImageEnView where you can specify if the coordinates are bitmap-relative or component-relative.