ComponentOne Bitmap for UWP
Implicit Type Conversion Operator (Matrix3x2)

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix3x2 Structure : Implicit Type Conversion Operator
The matrix.
Performs an implicit conversion from Matrix4x4 to Matrix3x2.
Syntax
'Declaration
 
Public Operator Widening CType( _
   ByVal matrix As Matrix4x4 _
) As Matrix3x2
public Matrix3x2 operator implicit( 
   Matrix4x4 matrix
)

Parameters

matrix
The matrix.

Return Value

The result of the conversion.
See Also

Reference

Matrix3x2 Structure
Matrix3x2 Members