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


In This Topic
    NRange1DD Structure
    In This Topic
    The NRange1DD struct represents a 1D range with double values representing its begin and end.
    Object Model
    NRange1DD Structure
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NRange1DDTypeEditor, System.Drawing.Design.UITypeEditor)>
    <System.SerializableAttribute()>
    Public Structure NRange1DD 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NRange1DD
    [System.ComponentModel.Editor(Nevron.Editors.NRange1DDTypeEditor, System.Drawing.Design.UITypeEditor)]
    [System.Serializable()]
    public struct NRange1DD : System.ValueType 
    Remarks
    To define a range of date-time values use the DateTime.ToOADate function to convert DateTime values to double.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NRange1DD

    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