How do you get the mouse position relative to the corner of a Canvas?
I may move the app around and I need the mouse position to be relative to what is drawn on the canvas. Or do I have to deduct the form position from the mouse position?
Any ideas or code examples of this being done?
Thanks...