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


In This Topic
    Transform Method (NModel3DToScale1DTransformation)
    In This Topic
    Transforms the given model point to its scale coordinate.
    Syntax
    'Declaration
     
    
    Public Sub Transform( _
       ByVal pointModel As NVector3DF, _
       ByRef value As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NModel3DToScale1DTransformation
    Dim pointModel As NVector3DF
    Dim value As System.Double
     
    instance.Transform(pointModel, value)
    public void Transform( 
       NVector3DF pointModel,
       ref System.double value
    )

    Parameters

    pointModel
    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