예제 #1
0
 public static IntRect Floor(FloatRect r)
 {
     return(FloatRect.Floor(r));
 }