ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / SkewRef Method / SkewRef(Matrix3x2,Single,Single,Point2F) Method

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

    Parameters

    result
    radiansX
    radiansY
    center
    See Also