ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix3x2 Structure / Implicit Type Conversion Operator
The matrix.

In This Topic
    Implicit Type Conversion Operator (Matrix3x2)
    In This Topic
    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