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