That is because you haven't loaded a picture in the PictureBox you have drawn the picture.
To get the drawn picture use the Image property instead of the Picture property.
Code:
SavePicture np.Image, "c:\temp\anything.bmp"
Good luck!