Im trying to print (show in screen ) a screenshot on my main monitor , I think I’ve got all the necessary variables to make that happen but I have no clue how to get past
make it simple just.
//Draw Image // location of you image Bitmap img = Properties.Resources.myImage; // set image Image newImg = img; // draw a image e.Graphics.DrawImage(newImg, 180F, 18F, newImg.Width, newImg.Height);