Nevron.GraphicsCore Namespace / NViewport3D Class / NViewport3D Constructor / NViewport3D Constructor(NRectangle,NRange1DD)


In This Topic
    NViewport3D Constructor(NRectangle,NRange1DD)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal viewRect As NRectangle, _
       ByVal depthRange As NRange1DD _
    )
    'Usage
     
    
    Dim viewRect As NRectangle
    Dim depthRange As NRange1DD
     
    Dim instance As New NViewport3D(viewRect, depthRange)
    public NViewport3D( 
       NRectangle viewRect,
       NRange1DD depthRange
    )

    Parameters

    viewRect
    depthRange
    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