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