ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / ScaleRef Method / ScaleRef(Matrix4x4,Single) Method
When the method completes, contains the created scaling matrix.
The uniform scale that is applied along all axis.

In This Topic
    ScaleRef(Matrix4x4,Single) Method
    In This Topic
    Creates a matrix that uniformally scales along all three axis.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub ScaleRef( _
       ByRef result As Matrix4x4, _
       ByVal scale As System.Single _
    ) 
    public static void ScaleRef( 
       out Matrix4x4 result,
       System.float scale
    )

    Parameters

    result
    When the method completes, contains the created scaling matrix.
    scale
    The uniform scale that is applied along all axis.
    See Also