ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / TransformMatrix Class / Explicit Type Conversion Operator / Explicit Type Conversion(TransformMatrix,Matrix) Operator
A System.Drawing.Drawing2D.Matrix object that will be convert to a TransformMatrix object.

In This Topic
    Explicit Type Conversion(TransformMatrix,Matrix) Operator
    In This Topic
    Explicit convert a System.Drawing.Drawing2D.Matrix object to a TransformMatrix object.
    Syntax
    'Declaration
     
    
    Overloads Public Operator Narrowing CType( _
       ByVal value As Matrix _
    ) As TransformMatrix
    public TransformMatrix operator explicit( 
       Matrix value
    )

    Parameters

    value
    A System.Drawing.Drawing2D.Matrix object that will be convert to a TransformMatrix object.

    Return Value

    A System.Drawing.Drawing2D.Matrix value indicates the converted object.
    See Also