Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / TranslateMatrixModelView Method
X offset
Y offset
Z offset

In This Topic
    TranslateMatrixModelView Method
    In This Topic
    Translates the modelview matrix.
    Syntax
    'Declaration
     
    Public Overridable Sub TranslateMatrixModelView( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal z As Double _
    ) 
    public virtual void TranslateMatrixModelView( 
       double x,
       double y,
       double z
    )

    Parameters

    x
    X offset
    y
    Y offset
    z
    Z offset
    See Also