Nevron .NET Vision
Nevron.Chart Namespace / NChart Class / TransformModelToView Method


In This Topic
    TransformModelToView Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function TransformModelToView( _
       ByVal vecModelPoint As NVector3DF, _
       ByRef vecClientPoint As NVector3DF _
    ) As System.Boolean
    'Usage
     
    
    Dim instance As NChart
    Dim vecModelPoint As NVector3DF
    Dim vecClientPoint As NVector3DF
    Dim value As System.Boolean
     
    value = instance.TransformModelToView(vecModelPoint, vecClientPoint)
    public System.bool TransformModelToView( 
       NVector3DF vecModelPoint,
       ref NVector3DF vecClientPoint
    )

    Parameters

    vecModelPoint
    vecClientPoint
    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