2 references to HORZRES
System.Drawing (2)
commonui\System\Drawing\Printing\PageSettings.cs (2)
249
printableArea.Width = (float)UnsafeNativeMethods.GetDeviceCaps(hdc, SafeNativeMethods.
HORZRES
) * 100 / dpiX;
257
printableArea.Height = (float)UnsafeNativeMethods.GetDeviceCaps(hdc, SafeNativeMethods.
HORZRES
) * 100 / dpiX;