Hello,

how do I draw a border around the Image of a Picturebox. I can't use the PictureBox's border styles because the SizeMode is set to zoom.

Basically if I have the Rectangle of the image in the PictureBox then I can draw the border so my question is: How do I get the dimensions/location of the 'zoomed' image in a PictureBox?