4 references to PhysicalToPixels
System.Windows.Forms (4)
System\Windows\Forms\Printing\PrintPreviewControl.cs (4)
637
int borderPixelsX =
PhysicalToPixels
(Border, _screenDPI.X);
638
int borderPixelsY =
PhysicalToPixels
(Border, _screenDPI.Y);
764
new(
PhysicalToPixels
(physical.Width, dpi.X),
PhysicalToPixels
(physical.Height, dpi.Y));