Nevron .NET Vision
Nevron.Chart Namespace / NModel1DToScale1DTransformation Structure / Transform Method


In This Topic
    Transform Method (NModel1DToScale1DTransformation)
    In This Topic
    Transforms a model coordinate to scale coordinate
    Syntax
    'Declaration
     
    
    Public Sub Transform( _
       ByVal valueModel As System.Single, _
       ByRef value As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NModel1DToScale1DTransformation
    Dim valueModel As System.Single
    Dim value As System.Double
     
    instance.Transform(valueModel, value)
    public void Transform( 
       System.float valueModel,
       ref System.double value
    )

    Parameters

    valueModel
    value
    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