ComponentOne Bitmap for UWP
Multiplication(Single,Matrix3x2) Operator

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

Parameters

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

Return Value

The scaled matrix.
See Also

Reference

Matrix3x2 Structure
Matrix3x2 Members
Overload List