Ejemplo n.º 1
0
 public Rectangle GetRotated(Point point, double sin, double cos)
 {
     return(new Rectangle(A.GetRotated(point, sin, cos), B.GetRotated(point, sin, cos),
                          C.GetRotated(point, sin, cos), D.GetRotated(point, sin, cos)));
 }