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

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

    Parameters

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

    Return Value

    A System.Drawing.Drawing2D.Matrix object indicates the converted object.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also