Shear()

Matrix::Shear(float, float) method

Applies the specified shear vector to the matrix represented by the current object.

void System::Drawing::Drawing2D::Matrix::Shear(float shearX, float shearY)

Arguments

ParameterTypeDescription
shearXfloatThe horizontal shear factor
shearYfloatThe vertical shear factor

Matrix::Shear(float, float, MatrixOrder) method

Applies the specified shear vector to the matrix represented by the current object.

void System::Drawing::Drawing2D::Matrix::Shear(float shearX, float shearY, MatrixOrder order)

Arguments

ParameterTypeDescription
shearXfloatThe horizontal shear factor
shearYfloatThe vertical shear factor
orderMatrixOrderThe order in which the shear vector is applied to the matrix

See Also