Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRange2D Structure / NRange2D Constructor / NRange2D Constructor(Int32,Int32,Int32,Int32)


In This Topic
    NRange2D Constructor(Int32,Int32,Int32,Int32)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal xmin As System.Integer, _
       ByVal xmax As System.Integer, _
       ByVal ymin As System.Integer, _
       ByVal ymax As System.Integer _
    )
    'Usage
     
    
    Dim xmin As System.Integer
    Dim xmax As System.Integer
    Dim ymin As System.Integer
    Dim ymax As System.Integer
     
    Dim instance As New NRange2D(xmin, xmax, ymin, ymax)
    public NRange2D( 
       System.int xmin,
       System.int xmax,
       System.int ymin,
       System.int 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