I'm trying to store the coordinates of where the left mouse button is clicked.
the button will be clicked in a picture box, and then these coordinates will be used to draw a rectangle on the screen.
so far i know that i can use e.X and e.Y to get the position.