Nevron.GraphicsCore Namespace / NMatrix2DF Structure / NMatrix2DF Constructor / NMatrix2DF Constructor(Matrix)


In This Topic
    NMatrix2DF Constructor(Matrix)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal matrix As System.Drawing.Drawing2D.Matrix _
    )
    'Usage
     
    
    Dim matrix As System.Drawing.Drawing2D.Matrix
     
    Dim instance As New NMatrix2DF(matrix)
    public NMatrix2DF( 
       System.Drawing.Drawing2D.Matrix matrix
    )

    Parameters

    matrix
    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