Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / GfxSilhoData Class / ComputeScreenCoords Method

In This Topic
    ComputeScreenCoords Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Sub ComputeScreenCoords( _
       ByVal renderContext As RenderContextBase, _
       ByVal modelViewProj() As Double, _
       ByVal viewFrame() As Integer, _
       ByVal px As Double, _
       ByVal py As Double, _
       ByVal pz As Double, _
       ByRef x As Double, _
       ByRef y As Double, _
       ByRef z As Double _
    ) 
    public static void ComputeScreenCoords( 
       RenderContextBase renderContext,
       double[] modelViewProj,
       int[] viewFrame,
       double px,
       double py,
       double pz,
       out double x,
       out double y,
       out double z
    )

    Parameters

    renderContext
    modelViewProj
    viewFrame
    px
    py
    pz
    x
    y
    z
    See Also