I need to get the screen's PPI

  • Thread starter Thread starter Academia
  • Start date Start date
A

Academia

I need to be able to get the screen's PPI.
I know I can do it using GetDeviceCaps but is there a class that I can use
instead?


Thanks
 
I assume that if I do me.creategraphics within a usercontrol's code, it will
be the screen's DpiX and DpiY that I'll get.

Right?


Thanks for the info - exactly what I needed.
 
Back
Top