Adding text to image and save
问题 In my program i allow the user to enter some text which then gets put on top of an image using the graphics.DrawString() method. When i then go to save this image, it saves it without the text. How can i save both as one image? I have seen a few examples but none of which have helped. private void txtToolStripMenuItem_Click(object sender, System.EventArgs e) { Rectangle r = new Rectangle(535, 50, original_image.Width, original_image.Height); Image img = Image.FromFile("C:\\PCB.bmp"); Bitmap