Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMetricUnit Class / GetMetricUnitScaleToMilimeter Method
unit for which to obtain scaling


In This Topic
    GetMetricUnitScaleToMilimeter Method
    In This Topic
    Gets the scaling of the specified metric unit to milimeters
    Syntax
    'Declaration
     
    
    Public Shared Function GetMetricUnitScaleToMilimeter( _
       ByVal unit As MetricUnit _
    ) As System.Double
    'Usage
     
    
    Dim unit As MetricUnit
    Dim value As System.Double
     
    value = NMetricUnit.GetMetricUnitScaleToMilimeter(unit)
    public static System.double GetMetricUnitScaleToMilimeter( 
       MetricUnit unit
    )

    Parameters

    unit
    unit for which to obtain scaling

    Return Value

    scaling to milimeters
    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