ComponentOne Bitmap for UWP
Scale(Single) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure > Scale Method : Scale(Single) Method
The uniform scale that is applied along all axis.
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

Reference

Matrix4x4 Structure
Matrix4x4 Members
Overload List