Nevron .NET Vision
Nevron.GraphicsCore Namespace / MeasurementSystem Enumeration


In This Topic
    MeasurementSystem Enumeration
    In This Topic
    Enumerates the currently provided measurment systems
    Syntax
    'Declaration
     
    
    Public Enum MeasurementSystem 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MeasurementSystem
    public enum MeasurementSystem : System.Enum 
    Members
    MemberDescription
    EnglishBritish and American (English) measurement system
    GraphicsGDI+ measurement system
    MetricMetric measurement system
    RelativeRelative measurement system
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.GraphicsCore.MeasurementSystem

    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