Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRange2DF Structure / NRange2DF Constructor / NRange2DF Constructor(Single,Single,Single,Single)


In This Topic
    NRange2DF Constructor(Single,Single,Single,Single)
    In This Topic
    Initializer constructor
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal xmin As System.Single, _
       ByVal xmax As System.Single, _
       ByVal ymin As System.Single, _
       ByVal ymax As System.Single _
    )
    'Usage
     
    
    Dim xmin As System.Single
    Dim xmax As System.Single
    Dim ymin As System.Single
    Dim ymax As System.Single
     
    Dim instance As New NRange2DF(xmin, xmax, ymin, ymax)
    public NRange2DF( 
       System.float xmin,
       System.float xmax,
       System.float ymin,
       System.float ymax
    )

    Parameters

    xmin
    xmax
    ymin
    ymax
    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