با سلام

Graphics.FromImage(PictureBox1.Image).DrawString(
"Amir", New Font("Tahoma", 20), Brushes.Blue, 10, 10)
PictureBox1.Image.Save(
"c:\a.png")