I'm placing some pictureboxes with coordinates
pictureBox.Location = new Point(x, y);
if i choose the coordinates 75,40
the picturebox appears in that coordinates but in the left corner, I want the picturebox appears in 75,40
centered. like this: