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

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

    Return Value

    The current projection matrix.
    See Also