ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Scale Method / Scale(Vector3) Method
Scaling factor for all three axes.

In This Topic
    Scale(Vector3) Method
    In This Topic
    Creates a matrix that scales along the x-axis, y-axis, and y-axis.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Scale( _
       ByVal scale As Vector3 _
    ) As Matrix4x4
    public static Matrix4x4 Scale( 
       Vector3 scale
    )

    Parameters

    scale
    Scaling factor for all three axes.

    Return Value

    The created scaling matrix.
    See Also