[]
        
(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)
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)
Parameters
Type Name Description
Matrix3x2 result
float radiansX
float radiansY
Point2F center