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