Nevron .NET Vision
Nevron.Chart Namespace / NAxisBase Class / TransformModelToScale Method / TransformModelToScale(NVector3DF) Method


In This Topic
    TransformModelToScale(NVector3DF) Method
    In This Topic
    Transforms a model point to axis value
    Syntax
    'Declaration
     
    
    Public Overloads Function TransformModelToScale( _
       ByRef vecPoint As NVector3DF _
    ) As System.Double
    'Usage
     
    
    Dim instance As NAxisBase
    Dim vecPoint As NVector3DF
    Dim value As System.Double
     
    value = instance.TransformModelToScale(vecPoint)
    public System.double TransformModelToScale( 
       ref NVector3DF vecPoint
    )

    Parameters

    vecPoint
    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