Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMeasurementUnit Class
Members


In This Topic
    NMeasurementUnit Class
    In This Topic
    A base class for all real world measurement units, which adopts a specific measurement system and transforms it to GDI+ compatible measures.
    Object Model
    NMeasurementUnit Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <System.SerializableAttribute()>
    Public MustInherit Class NMeasurementUnit 
       Implements Nevron.Serialization.INSurrogateSerializable 
    'Usage
     
    
    Dim instance As NMeasurementUnit
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [System.Serializable()]
    public abstract class NMeasurementUnit : Nevron.Serialization.INSurrogateSerializable  
    Inheritance Hierarchy

    System.Object
       Nevron.GraphicsCore.NMeasurementUnit
          Nevron.GraphicsCore.NEnglishUnit
          Nevron.GraphicsCore.NGraphicsUnit
          Nevron.GraphicsCore.NMetricUnit
          Nevron.GraphicsCore.NRelativeUnit

    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