C# winforms: How to change DPI of the System.Drawing.BItmap ?
Posted
by Tony
on Stack Overflow
See other posts from Stack Overflow
or by Tony
Published on 2010-04-21T11:01:15Z
Indexed on
2010/04/21
11:03 UTC
Read the original article
Hit count: 960
I need to change the DPI of the System.Drawing.Bitmap object from the default value = 96 to e.g. 150. I couldn't find the answer how to do that so I ask here :)
© Stack Overflow or respective owner