3 references to RotateAt
System.Drawing.Common.Tests (3)
System\Drawing\Drawing2D\MatrixTests.cs (3)
469clone4.RotateAt(angle, point, order); 496AssertExtensions.Throws<ArgumentException>(null, () => disposedMatrix.RotateAt(1, PointF.Empty, MatrixOrder.Append)); 505AssertExtensions.Throws<ArgumentException>(null, () => matrix.RotateAt(1, PointF.Empty, order));