RenderContextBase.UpdateMatrix Method

Protected Shared Sub UpdateMatrix( _ 
ByVal stack As Stack(Of Double[]), _ 
ByVal newMat As Double() _ 
)
This language is not supported or no code example is available.
protected static void UpdateMatrix( 
Stack<double[]> stack
double[] newMat 
)
This language is not supported or no code example is available.

Parameters

stack
Stack<double[]>

newMat
double[]

.NET Framework

Supported in: 4.8

In this article

Definition