ComponentOne Bitmap for UWP
Multiplication(Single,Matrix5x4) Operator

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix5x4 Structure > Multiplication Operator : Multiplication(Single,Matrix5x4) Operator
The amount by which to scale.
The Matrix5x4 to scale.
Scales a Matrix5x4 by a given value.
Syntax
'Declaration
 
Overloads Public Operator *( _
   ByVal left As System.Single, _
   ByVal right As Matrix5x4 _
) As Matrix5x4
public Matrix5x4 operator *( 
   System.float left,
   Matrix5x4 right
)

Parameters

left
The amount by which to scale.
right
The Matrix5x4 to scale.

Return Value

The scaled Matrix5x4.
See Also

Reference

Matrix5x4 Structure
Matrix5x4 Members
Overload List