tutaadult.blogg.se

Windows photo viewer blurry
Windows photo viewer blurry





e.Graphics.DrawImage(memoryImage, 0, 40)

windows photo viewer blurry

Private void printDocumentDiary_PrintPage(object sender, PrintPageEventArgs e)įont HeaderFont = new Font("Consolas", 16, FontStyle.Bold) Į.Graphics.DrawString(selectedYear.ToString() + " - " + name, HeaderFont, Brushes.Black, 15, 15) Į.Graphics.DrawImage(Image.FromFile("diary.png"), 5, 5) MemoryImage = new Bitmap(SCwidth, SCheight, .Format32bppArgb)

windows photo viewer blurry

Rectangle bounds = new Rectangle(x, y, SCwidth, SCheight) Here's the code:- private void CaptureScreen() Id like the print preview to be as good as the saved image, any ideas?

windows photo viewer blurry

The image in the print preview at any zoom level is blurry, the saved image is perfect (viewed in windows photo viewer & PS). I also save the image to my hard drive - 'memoryImage.Save("diary.png")' I have a print preview that displays a captured panel on a form 'Panel1.DrawToBitmap(memoryImage, bounds) '







Windows photo viewer blurry