6 references to PHYSICALOFFSETY
System.Drawing (6)
commonui\System\Drawing\Printing\DefaultPrintController.cs (1)
128
int hardMarginY_DU = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(this.dc, dc.Hdc), SafeNativeMethods.
PHYSICALOFFSETY
);
commonui\System\Drawing\Printing\PageSettings.cs (3)
144
int hardMarginY_DU = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(dc, dc.Hdc), SafeNativeMethods.
PHYSICALOFFSETY
);
248
printableArea.Y = (float)UnsafeNativeMethods.GetDeviceCaps(hdc, SafeNativeMethods.
PHYSICALOFFSETY
) * 100 / dpiY;
256
printableArea.X = (float)UnsafeNativeMethods.GetDeviceCaps(hdc, SafeNativeMethods.
PHYSICALOFFSETY
) * 100 / dpiY;
commonui\System\Drawing\Printing\PreviewPrintController.cs (1)
137
int hardMarginY_DU = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(dc, dc.Hdc), SafeNativeMethods.
PHYSICALOFFSETY
);
commonui\System\Drawing\Printing\PrintPreviewGraphics.cs (1)
58
int hardMarginY_DU = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(dc, dc.Hdc), SafeNativeMethods.
PHYSICALOFFSETY
);