2 references to VERTRES
System.Drawing (2)
commonui\System\Drawing\Printing\PageSettings.cs (2)
250
printableArea.Height = (float)UnsafeNativeMethods.GetDeviceCaps(hdc, SafeNativeMethods.
VERTRES
) * 100 / dpiY;
258
printableArea.Width = (float)UnsafeNativeMethods.GetDeviceCaps(hdc, SafeNativeMethods.
VERTRES
) * 100 / dpiY;