예제 #1
0
 internal static PointF GetScale(this Control control)
 {
     if (control == null)
     {
         throw new ArgumentNullException(nameof(control));
     }
     return(OSUtils.GetScale(control.Handle));
 }