6 references to PhysicalToPixels
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (6)
585
int borderPixelsX =
PhysicalToPixels
(border, screendpi.X);
586
int borderPixelsY =
PhysicalToPixels
(border, screendpi.Y);
674
return new Point(
PhysicalToPixels
(physical.X, dpi.X),
675
PhysicalToPixels
(physical.Y, dpi.Y));
679
return new Size(
PhysicalToPixels
(physicalSize.Width, dpi.X),
680
PhysicalToPixels
(physicalSize.Height, dpi.Y));