ComponentOne Bitmap for UWP
Multiplication(Matrix3x2,Single) Operator

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

Parameters

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

Return Value

The scaled matrix.
See Also

Reference

Matrix3x2 Structure
Matrix3x2 Members
Overload List