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