Nevron .NET Vision
Nevron.GraphicsCore Namespace / NRange1D Structure
Members


In This Topic
    NRange1D Structure
    In This Topic
    The NRange1D struct represents a 1D range with integer values representing its begin and end
    Object Model
    NRange1D Structure
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Structure NRange1D 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NRange1D
    [System.Serializable()]
    public struct NRange1D : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NRange1D

    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