Exemplo n.º 1
0
 public static IntRect Ceil(FloatRect r)
 {
     return(FloatRect.Ceil(r));
 }