[]
        
(Showing Draft Content)

C1.Util.DX.Matrix3x2.ScaleRef

ScaleRef Method

ScaleRef(out Matrix3x2, float)

Creates a scale transformation matrix.

Declaration
public static void ScaleRef(out Matrix3x2 result, float scale)
Parameters
Type Name Description
Matrix3x2 result
float scale

ScaleRef(out Matrix3x2, float, float)

Creates a scale transformation matrix.

Declaration
public static void ScaleRef(out Matrix3x2 result, float xScale, float yScale)
Parameters
Type Name Description
Matrix3x2 result
float xScale
float yScale

ScaleRef(out Matrix3x2, float, ref Point2F)

Creates a scale transformation matrix.

Declaration
public static void ScaleRef(out Matrix3x2 result, float scale, ref Point2F center)
Parameters
Type Name Description
Matrix3x2 result
float scale
Point2F center

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

Creates a scale transformation matrix.

Declaration
public static void ScaleRef(out Matrix3x2 result, float xScale, float yScale, ref Point2F center)
Parameters
Type Name Description
Matrix3x2 result
float xScale
float yScale
Point2F center