Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / Label Class / UpdatePos Method
The render context
The modelview projection matrix
The viewport rectangle in camera coordinates ([0,0] at bottom left)

In This Topic
    UpdatePos Method
    In This Topic
    Update label position on screen.
    Syntax
    'Declaration
     
    Public Sub UpdatePos( _
       ByVal renderContext As RenderContextBase, _
       ByVal modelViewProj() As Double, _
       ByVal viewFrame() As Integer _
    ) 
    public void UpdatePos( 
       RenderContextBase renderContext,
       double[] modelViewProj,
       int[] viewFrame
    )

    Parameters

    renderContext
    The render context
    modelViewProj
    The modelview projection matrix
    viewFrame
    The viewport rectangle in camera coordinates ([0,0] at bottom left)
    See Also