this is a stupid question but ill ask anyway. how do i make the form "wrap" around my picture box when i resize it during runtime?

for example: if i press a button that will randomly change the size of the picture box, and the form will resize also to be the same size as the picture box.

i have tried
form1.width = picture1.width
or even
form1.width = picture1.scalewidth
or anything similar to that but it makes it a little smaller then the picturebox so the picture gets "clipped".

so again how would i do this? also i dont want it to be exactly the same size, i want to be just a little bigger so it leaves a border around the picturebox.

thanx ahead of time