示例#1
0
 public void Rotate()
 {
     _image.Rotate(RotationType.Rotate90);
     Assert.AreEqual(_width, _image.Height);
     Assert.AreEqual(_height, _image.Width);
 }