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


In This Topic
    NMatrix2DD Constructor(Double,Double)
    In This Topic
    Constructs a new translation matrix
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal dx As System.Double, _
       ByVal dy As System.Double _
    )
    'Usage
     
    
    Dim dx As System.Double
    Dim dy As System.Double
     
    Dim instance As New NMatrix2DD(dx, dy)
    public NMatrix2DD( 
       System.double dx,
       System.double dy
    )

    Parameters

    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