Eyeshot 10 WinForms API Reference
SetProjectionMatrix Method

WinForms Assembly > devDept.Graphics Namespace > RenderContextBase Class : SetProjectionMatrix Method
The projection matrix.
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

Reference

RenderContextBase Class
RenderContextBase Members