Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRange1DL Structure / NRange1DL Constructor / NRange1DL Constructor(NLength,NLength)


In This Topic
    NRange1DL Constructor(NLength,NLength)
    In This Topic
    Creates a new NRange1DL object given begin and lengths.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal begin As NLength, _
       ByVal end As NLength _
    )
    'Usage
     
    
    Dim begin As NLength
    Dim end As NLength
     
    Dim instance As New NRange1DL(begin, end)
    public NRange1DL( 
       NLength begin,
       NLength end
    )

    Parameters

    begin
    end
    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