source:
trunk/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/Netron.Diagramming.Core-3.0.2672.12446/Utils/Display.cs
@
17712
Last change on this file since 17712 was 4068, checked in by swagner, 14 years ago | |
---|---|
File size: 157 bytes |
Line | |
---|---|
1 | |
2 | namespace Netron.Diagramming.Core { |
3 | public static class Display { |
4 | public static float DpiX = 96F; |
5 | public static float DpiY = 96F; |
6 | } |
7 | } |
Note: See TracBrowser
for help on using the repository browser.