2 references to VirtualSize
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintPreviewControl.cs (2)
423
internal double VerticalViewSize => InsideRectangle.Height * 100.0 /
VirtualSize
.Height;
428
internal double HorizontalViewSize => InsideRectangle.Width * 100.0 /
VirtualSize
.Width;