ciao se ho capito bene dovresti ingrandire la picturebox prova a vedere se ti va bene questo codice:
Dim x As Integer
Dim y As Integer
y += 50
x += 50
Dim point As New Point
With point
.X = PictureBox1.Width + x
.Y = PictureBox1.Height + y
End With
PictureBox1.Size = point
è da inserire nell'evento click del button