ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / SkewRef Method / SkewRef(Matrix3x2,Single,Single) Method

In This Topic
    SkewRef(Matrix3x2,Single,Single) Method
    In This Topic
    Creates a skew transformation that has the specified x-axis angle and y-axis angle in radians.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub SkewRef( _
       ByRef result As Matrix3x2, _
       ByVal radiansX As System.Single, _
       ByVal radiansY As System.Single _
    ) 
    public static void SkewRef( 
       out Matrix3x2 result,
       System.float radiansX,
       System.float radiansY
    )

    Parameters

    result
    radiansX
    radiansY
    See Also