6 references to PHYSICALOFFSETY
System.Drawing.Common (6)
System\Drawing\Printing\DefaultPrintController.cs (1)
97
int hardMarginY_DU = PInvokeCore.GetDeviceCaps(_hdc, GET_DEVICE_CAPS_INDEX.
PHYSICALOFFSETY
);
System\Drawing\Printing\PageSettings.cs (3)
86
int hardMarginY_DU = PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
PHYSICALOFFSETY
);
161
printableArea.Y = (float)PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
PHYSICALOFFSETY
) * 100 / dpiY;
169
printableArea.X = (float)PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
PHYSICALOFFSETY
) * 100 / dpiY;
System\Drawing\Printing\PreviewPrintController.cs (1)
83
int hardMarginY_DU = PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
PHYSICALOFFSETY
);
System\Drawing\Printing\PrintPreviewGraphics.cs (1)
41
int hardMarginY_DU = PInvokeCore.GetDeviceCaps(hdc, GET_DEVICE_CAPS_INDEX.
PHYSICALOFFSETY
);