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


In This Topic
    TransformOriginModelBeginToScale Method
    In This Topic
    Transforms an origin model coordinate to scale (0, scaleLength)
    Syntax
    'Declaration
     
    
    Public Function TransformOriginModelBeginToScale( _
       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.TransformOriginModelBeginToScale(modelValue, clampToRuler)
    public System.double TransformOriginModelBeginToScale( 
       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