Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / MultMatrixModelView Method / MultMatrixModelView(Double[]) Method
The transformation

In This Topic
    MultMatrixModelView(Double[]) Method
    In This Topic
    Multiplies the transformation by the current modelview matrix.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub MultMatrixModelView( _
       ByVal transform() As Double _
    ) 
    public virtual void MultMatrixModelView( 
       double[] transform
    )

    Parameters

    transform
    The transformation
    See Also