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