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


In This Topic
    NLength Structure
    In This Topic
    Represents a length, defined as a value and measurement unit pair
    Object Model
    NLength Structure
    Syntax
    'Declaration
     
    
    <System.ComponentModel.TypeConverterAttribute(Nevron.GraphicsCore.NLengthTypeConverter)>
    <System.SerializableAttribute()>
    Public Structure NLength 
       Inherits System.ValueType
    'Usage
     
    
    Dim instance As NLength
    [System.ComponentModel.TypeConverter(Nevron.GraphicsCore.NLengthTypeConverter)]
    [System.Serializable()]
    public struct NLength : System.ValueType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          Nevron.GraphicsCore.NLength

    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