ComponentOne Bitmap for UWP
Scale(Vector3) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure > Scale Method : Scale(Vector3) Method
Scaling factor for all three axes.
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

Reference

Matrix4x4 Structure
Matrix4x4 Members
Overload List