ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / ScaleRef Method / ScaleRef(Matrix4x4,Vector3) Method
When the method completes, contains the created scaling matrix.
Scaling factor for all three axes.

In This Topic
    ScaleRef(Matrix4x4,Vector3) Method
    In This Topic
    Creates a matrix that scales along the x-axis, y-axis, and y-axis.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub ScaleRef( _
       ByRef result As Matrix4x4, _
       ByRef scale As Vector3 _
    ) 
    public static void ScaleRef( 
       out Matrix4x4 result,
       ref Vector3 scale
    )

    Parameters

    result
    When the method completes, contains the created scaling matrix.
    scale
    Scaling factor for all three axes.
    See Also