예제 #1
0
 public static Size Clamp(this Size value, Size min, Size max)
 {
     return(SizeUtils.Clamp(value, min, max));
 }