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