ComponentOne Bitmap for UWP
ScaleRef(Matrix4x4,Single) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure > ScaleRef Method : ScaleRef(Matrix4x4,Single) Method
When the method completes, contains the created scaling matrix.
The uniform scale that is applied along all axis.
Creates a matrix that uniformally scales along all three axis.
Syntax
'Declaration
 
Public Overloads Shared Sub ScaleRef( _
   ByRef result As Matrix4x4, _
   ByVal scale As System.Single _
) 
public static void ScaleRef( 
   out Matrix4x4 result,
   System.float scale
)

Parameters

result
When the method completes, contains the created scaling matrix.
scale
The uniform scale that is applied along all axis.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members
Overload List