Mit einem image
Image newImage = Image.FromFile("SampImag.jpg"); float x = 100.0F; float y = 100.0F; float width = 450.0F; float height = 150.0F; e.Graphics.DrawImage(newImage, x, y, width, height);
Image newImage = Image.FromFile("SampImag.jpg");
float x = 100.0F; float y = 100.0F; float width = 450.0F; float height = 150.0F;
e.Graphics.DrawImage(newImage, x, y, width, height);