ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / Scale Method / Scale(Single,Single,Single) Method
Scaling factor that is applied along the x-axis.
Scaling factor that is applied along the y-axis.
Scaling factor that is applied along the z-axis.

In This Topic
    Scale(Single,Single,Single) 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 xScale As System.Single, _
       ByVal yScale As System.Single, _
       ByVal zScale As System.Single _
    ) As Matrix4x4
    public static Matrix4x4 Scale( 
       System.float xScale,
       System.float yScale,
       System.float zScale
    )

    Parameters

    xScale
    Scaling factor that is applied along the x-axis.
    yScale
    Scaling factor that is applied along the y-axis.
    zScale
    Scaling factor that is applied along the z-axis.

    Return Value

    The created scaling matrix.
    See Also