ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Skew Method / Skew(Single,Single,Point2F) Method

In This Topic
    Skew(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 Function Skew( _
       ByVal radiansX As System.Single, _
       ByVal radiansY As System.Single, _
       ByVal center As Point2F _
    ) As Matrix3x2
    public static Matrix3x2 Skew( 
       System.float radiansX,
       System.float radiansY,
       Point2F center
    )

    Parameters

    radiansX
    radiansY
    center
    See Also