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


In This Topic
    NRange1DL Structure
    In This Topic
    Represents a point, defined as an ordered pair of lengths (X, Y), which control the point coordinates in two dimensional space.
    Object Model
    NRange1DL Structure
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(Nevron.GraphicsCore.NRange1DLConverter)>
    <System.SerializableAttribute()>
    Public Structure NRange1DL 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NRange1DL
    [System.ComponentModel.TypeConverter(Nevron.GraphicsCore.NRange1DLConverter)]
    [System.Serializable()]
    public struct NRange1DL : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NRange1DL

    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