Exemplo n.º 1
0
 public void BlockXY()
 {
     Assert.AreEqual(new IntRect(20, 300, 10, 100), G.Block(1, 2));
 }