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


In This Topic
    NRayF Constructor
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal origin As NPointF, _
       ByVal directionX As System.Single, _
       ByVal directionY As System.Single _
    )
    'Usage
     
    
    Dim origin As NPointF
    Dim directionX As System.Single
    Dim directionY As System.Single
     
    Dim instance As New NRayF(origin, directionX, directionY)
    public NRayF( 
       NPointF origin,
       System.float directionX,
       System.float 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