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));