6 references to PHYSICALOFFSETX
System.Drawing (6)
commonui\System\Drawing\Printing\DefaultPrintController.cs (1)
127
int hardMarginX_DU = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(this.dc, dc.Hdc), SafeNativeMethods.
PHYSICALOFFSETX
);
commonui\System\Drawing\Printing\PageSettings.cs (3)
114
int hardMarginX_DU = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(dc, dc.Hdc), SafeNativeMethods.
PHYSICALOFFSETX
);
247
printableArea.X = (float)UnsafeNativeMethods.GetDeviceCaps(hdc, SafeNativeMethods.
PHYSICALOFFSETX
) * 100 / dpiX;
255
printableArea.Y = (float)UnsafeNativeMethods.GetDeviceCaps(hdc, SafeNativeMethods.
PHYSICALOFFSETX
) * 100 / dpiX;
commonui\System\Drawing\Printing\PreviewPrintController.cs (1)
136
int hardMarginX_DU = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(dc, dc.Hdc), SafeNativeMethods.
PHYSICALOFFSETX
);
commonui\System\Drawing\Printing\PrintPreviewGraphics.cs (1)
57
int hardMarginX_DU = UnsafeNativeMethods.GetDeviceCaps(new HandleRef(dc, dc.Hdc), SafeNativeMethods.
PHYSICALOFFSETX
);