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


In This Topic
    Transform Method (NScale2DToModel3DTransformation)
    In This Topic
    Transforms a scale point to model coordinates.
    Syntax
    'Declaration
     
    
    Public Sub Transform( _
       ByVal vecPointScale As NVector2DD, _
       ByRef vecPointModel As NVector3DF _
    ) 
    'Usage
     
    
    Dim instance As NScale2DToModel3DTransformation
    Dim vecPointScale As NVector2DD
    Dim vecPointModel As NVector3DF
     
    instance.Transform(vecPointScale, vecPointModel)
    public void Transform( 
       NVector2DD vecPointScale,
       ref NVector3DF vecPointModel
    )

    Parameters

    vecPointScale
    vecPointModel
    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