2 references to GdipShearMatrix
System.Drawing (2)
commonui\System\Drawing\Advanced\Matrix.cs (2)
395int status = SafeNativeMethods.Gdip.GdipShearMatrix(new HandleRef(this, nativeMatrix), shearX, shearY, MatrixOrder.Prepend); 409int status = SafeNativeMethods.Gdip.GdipShearMatrix(new HandleRef(this, nativeMatrix), shearX, shearY, order);