I have a PictureBox that I'm using as a drawing surface. The user specifies the coordinates of a line in four text boxes, presses the cmdDraw CommandButton, and the cmdDraw_Click() event uses a line method to draw the line.

So... I don't know if all that background was necessary, but the jist of my problem is that in order for the program to be intuitive for the user, I want the (0,0) point of my PictureBox to be in the center, not the upper-lefthand corner. I have no idea how to go about doing this.

Any and all help appreciated.





The more you know, the more you know you don't know.