Nevron.Chart Namespace / NChart Class / TransformViewToModel Method / TransformViewToModel(NAxis,NAxis,NAxis,Single,Point,NVector3DF) Method


TransformViewToModel(NAxis,NAxis,NAxis,Single,Point,NVector3DF) Method
Syntax
'Declaration
 
Public Overloads Function TransformViewToModel( _
   ByVal horzAxis As NAxis, _
   ByVal vertAxis As NAxis, _
   ByVal depthAxis As NAxis, _
   ByVal fDepthValue As System.Single, _
   ByVal ptViewPoint As System.Drawing.Point, _
   ByRef vecModelPoint As NVector3DF _
) As System.Boolean
 
'Usage
 
Dim instance As NChart
Dim horzAxis As NAxis
Dim vertAxis As NAxis
Dim depthAxis As NAxis
Dim fDepthValue As System.Single
Dim ptViewPoint As System.Drawing.Point
Dim vecModelPoint As NVector3DF
Dim value As System.Boolean
 
value = instance.TransformViewToModel(horzAxis, vertAxis, depthAxis, fDepthValue, ptViewPoint, vecModelPoint)

Parameters

horzAxis
vertAxis
depthAxis
fDepthValue
ptViewPoint
vecModelPoint
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