Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / CurrentModelViewMatrix Method

In This Topic
    CurrentModelViewMatrix Method
    In This Topic
    Gets the current modelview matrix.
    Syntax
    'Declaration
     
    Public Overridable Function CurrentModelViewMatrix() As Double()
    public virtual double[] CurrentModelViewMatrix()

    Return Value

    The current modelview matrix.
    See Also