Nevron .NET Vision
Nevron.Chart Namespace / NAxisBase Class / TransformOriginModelEndToScale Method


In This Topic
    TransformOriginModelEndToScale Method
    In This Topic
    Transforms an origin model coordinate to scale (0, scaleLength)
    Syntax
    'Declaration
     
    
    Public Function TransformOriginModelEndToScale( _
       ByVal modelValue As System.Single, _
       ByVal clampToRuler As System.Boolean _
    ) As System.Double
    'Usage
     
    
    Dim instance As NAxisBase
    Dim modelValue As System.Single
    Dim clampToRuler As System.Boolean
    Dim value As System.Double
     
    value = instance.TransformOriginModelEndToScale(modelValue, clampToRuler)
    public System.double TransformOriginModelEndToScale( 
       System.float modelValue,
       System.bool clampToRuler
    )

    Parameters

    modelValue
    clampToRuler
    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