2 references to HiMetricPerInch
System.Windows.Forms.Primitives.TestUtilities (2)
GdiHelper.cs (2)
39
=> (int)Math.Round((double)((long)LogicalPixelsX * himetric) /
HiMetricPerInch
, 0);
45
=> (int)Math.Round((double)((long)LogicalPixelsY * himetric) /
HiMetricPerInch
, 0);