2 references to AdjustScale
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
2992
float percY =
AdjustScale
(newVar.Height / ((float)baseVar.Height));
2993
float percX =
AdjustScale
(newVar.Width / ((float)baseVar.Width));