desktop dpi
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hello! Is there a way to get the desktop dpi in c# ? I have searched the web, but got no significant informations. Thanks, Sovann
-
Hello! Is there a way to get the desktop dpi in c# ? I have searched the web, but got no significant informations. Thanks, Sovann
Every Graphics Object has the DpiX, DpiY properties. These allow you to get the dpi of the screen / desktop. Use the Forms Graphics Object to read them. Greetings, Ingo ------------------------------ A bug in a Microsoft Product? No! It's not a bug it's an undocumented feature!