Dpi

  • Thread starter Thread starter ivang
  • Start date Start date
I

ivang

Hi.

How to create System.Drawing.Graphics object with specific DpiX and DpiY. It's 96dpi by default but i need 300 dpi.

Thanks.
 
The GDI+ FAQ has the answer...

--
Bob Powell [MVP]
Visual C#, System.Drawing

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml






ivang said:
Hi.

How to create System.Drawing.Graphics object with specific DpiX and DpiY.
It's 96dpi by default but i need 300 dpi.
 
Hello, Bob!

Nice FAQ but I still need answer to my question ;)

BPM> The GDI+ FAQ has the answer...

BPM> --
BPM> Bob Powell [MVP]
BPM> Visual C#, System.Drawing

BPM> Answer those GDI+ questions with the GDI+ FAQ
BPM> http://www.bobpowell.net/gdiplus_faq.htm

BPM> The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
BPM> Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
BPM> Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml

BPM>
??>> Hi.
??>>
??>> How to create System.Drawing.Graphics object with specific DpiX and
??>> DpiY.
BPM> It's 96dpi by default but i need 300 dpi.
??>>
??>> Thanks.
 
Back
Top