Shear(Single,Single) Method
In This Topic
Applies the specified shear vector to this Matrix object by prepending the shear transform.
Syntax
'Declaration
Public Overloads Sub Shear( _
ByVal As Single, _
ByVal As Single _
)
public void Shear(
float ,
float
)
Parameters
- shearX
- The horizontal shear factor.
- shearY
- The vertical shear factor.
See Also