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