ComponentOne Bitmap for UWP
Division Operator (Matrix5x4)

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

Parameters

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

Return Value

The scaled Matrix5x4.
See Also

Reference

Matrix5x4 Structure
Matrix5x4 Members