Пример #1
0
 public Point Transpose(Box box)
 {
     return(new Point(0, 0) + box.A() + _x * box.B() + _y * box.C());
 }