4 references to Shear
System.Drawing.Common.Tests (4)
System\Drawing\Drawing2D\MatrixTests.cs (4)
574AssertExtensions.Throws<ArgumentException>(null, () => matrix.Shear(1, 2, order)); 635matrix.Shear(shearX, shearY, order); 646AssertExtensions.Throws<ArgumentException>(null, () => matrix.Shear(1, 2, order)); 655AssertExtensions.Throws<ArgumentException>(null, () => disposedMatrix.Shear(1, 2, MatrixOrder.Append));