Click or drag to resize

ImmutableMatrixShearMatrix Method

Returns a new instance of a shear matrix

Namespace:  Atalasoft.FormsProcessing.Geometry
Assembly:  Atalasoft.dotImage.FormsProcessing (in Atalasoft.dotImage.FormsProcessing.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public static ImmutableMatrix ShearMatrix(
	float x,
	float y
)

Parameters

x
Type: SystemSingle
Shear parallel to the X axis
y
Type: SystemSingle
Shear parallel to the Y axis

Return Value

Type: ImmutableMatrix
A new shear matrix
Remarks
Shearing is visually similar to slanting.
See Also