4 references to RotateAt
System.Drawing.Common (1)
System\Drawing\Drawing2D\Matrix.cs (1)
218
public void RotateAt(float angle, PointF point) =>
RotateAt
(angle, point, MatrixOrder.Prepend);
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));