Eyeshot 10 WinForms API Reference
UnProject(RenderContextBase,Int32[],Double[],Double[],Double,Double,Double) Method

WinForms Assembly > devDept.Graphics Namespace > CameraBase Class > UnProject Method : UnProject(RenderContextBase,Int32[],Double[],Double[],Double,Double,Double) Method
Syntax
'Declaration
 
Protected Overloads Function UnProject( _
   ByVal renderContext As RenderContextBase, _
   ByVal viewFrame() As Integer, _
   ByVal myModelViewMatrix() As Double, _
   ByVal myProjectionMatrix() As Double, _
   ByVal winx As Double, _
   ByVal winy As Double, _
   ByVal winz As Double _
) As Point3D
protected Point3D UnProject( 
   RenderContextBase renderContext,
   int[] viewFrame,
   double[] myModelViewMatrix,
   double[] myProjectionMatrix,
   double winx,
   double winy,
   double winz
)

Parameters

renderContext
viewFrame
myModelViewMatrix
myProjectionMatrix
winx
winy
winz
See Also

Reference

CameraBase Class
CameraBase Members
Overload List