RenderContextBase.SetProjectionMatrix Method

Sets the projection matrix.
Public Overridable Sub SetProjectionMatrix( _ 
ByVal proj As Double() _ 
)
This language is not supported or no code example is available.
public virtual void SetProjectionMatrix( 
double[] proj 
)
This language is not supported or no code example is available.

Parameters

proj
double[]

The projection matrix.

Remarks
 
Use "null" for Identity.

.NET Framework

Supported in: 4.8

In this article

Definition