Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetProjectionMatrix Method
The projection matrix.

In This Topic
    SetProjectionMatrix Method
    In This Topic
    Sets the projection matrix.
    Syntax
    'Declaration
     
    Public Overridable Sub SetProjectionMatrix( _
       ByVal proj() As Double _
    ) 
    public virtual void SetProjectionMatrix( 
       double[] proj
    )

    Parameters

    proj
    The projection matrix.
    Remarks
    Use "null" for Identity.
    See Also