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