ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Scale Method / Scale(Single) Method
The uniform scale that is applied along all axis.

In This Topic
    Scale(Single) Method
    In This Topic
    Creates a matrix that uniformally scales along all three axis.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Scale( _
       ByVal scale As System.Single _
    ) As Matrix4x4
    public static Matrix4x4 Scale( 
       System.float scale
    )

    Parameters

    scale
    The uniform scale that is applied along all axis.

    Return Value

    The created scaling matrix.
    See Also