ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / Shear Method / Shear(Single,Single) Method
The horizontal shear factor.
The vertical shear factor.

In This Topic
    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 shearX As Single, _
       ByVal shearY As Single _
    ) 
    public void Shear( 
       float shearX,
       float shearY
    )

    Parameters

    shearX
    The horizontal shear factor.
    shearY
    The vertical shear factor.
    See Also