[]
        
(Showing Draft Content)

C1.Util.DX.Matrix3x2.SkewRef

SkewRef Method

SkewRef(out Matrix3x2, float, float)

Creates a skew transformation that has the specified x-axis angle and y-axis angle in radians.

Declaration
public static void SkewRef(out Matrix3x2 result, float radiansX, float radiansY)
Public Shared Sub SkewRef(ByRef result As Matrix3x2, radiansX As Single, radiansY As Single)
Parameters
Type Name Description
Matrix3x2 result
float radiansX
float radiansY

SkewRef(out Matrix3x2, float, float, ref Point2F)

Creates a skew transformation that has the specified x-axis angle, y-axis angle, and center point.

Declaration
public static void SkewRef(out Matrix3x2 result, float radiansX, float radiansY, ref Point2F center)
Public Shared Sub SkewRef(ByRef result As Matrix3x2, radiansX As Single, radiansY As Single, ByRef center As Point2F)
Parameters
Type Name Description
Matrix3x2 result
float radiansX
float radiansY
Point2F center