Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMatrix2DD Structure / NMatrix2DD Constructor / NMatrix2DD Constructor(Double,Double,Double,Double,Double,Double)


In This Topic
    NMatrix2DD Constructor(Double,Double,Double,Double,Double,Double)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal m11 As System.Double, _
       ByVal m12 As System.Double, _
       ByVal m21 As System.Double, _
       ByVal m22 As System.Double, _
       ByVal dx As System.Double, _
       ByVal dy As System.Double _
    )
    'Usage
     
    
    Dim m11 As System.Double
    Dim m12 As System.Double
    Dim m21 As System.Double
    Dim m22 As System.Double
    Dim dx As System.Double
    Dim dy As System.Double
     
    Dim instance As New NMatrix2DD(m11, m12, m21, m22, dx, dy)
    public NMatrix2DD( 
       System.double m11,
       System.double m12,
       System.double m21,
       System.double m22,
       System.double dx,
       System.double dy
    )

    Parameters

    m11
    m12
    m21
    m22
    dx
    dy
    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