ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / Shear Method / Shear(Single,Single,TransformOrder) Method
The horizontal shear factor.
The vertical shear factor.
A TransformOrder enumeration that specifies the order (append or prepend) in which the shearing is applied to this Matrix object.

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

    Parameters

    shearX
    The horizontal shear factor.
    shearY
    The vertical shear factor.
    order
    A TransformOrder enumeration that specifies the order (append or prepend) in which the shearing is applied to this Matrix object.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also