Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRay2DD Structure / NRay2DD Constructor


In This Topic
    NRay2DD Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal origin As NPointD, _
       ByVal directionX As System.Double, _
       ByVal directionY As System.Double _
    )
    'Usage
     
    
    Dim origin As NPointD
    Dim directionX As System.Double
    Dim directionY As System.Double
     
    Dim instance As New NRay2DD(origin, directionX, directionY)
    public NRay2DD( 
       NPointD origin,
       System.double directionX,
       System.double directionY
    )

    Parameters

    origin
    directionX
    directionY
    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