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