RenderContextBase.MultMatrixModelView (Double()) Method

Multiplies the transformation by the current modelview matrix.
Public Overridable Sub MultMatrixModelView( _ 
ByVal transform As Double() _ 
)
This language is not supported or no code example is available.
public virtual void MultMatrixModelView( 
double[] transform 
)
This language is not supported or no code example is available.

Parameters

transform
double[]

The transformation

.NET Framework

Supported in: 4.8

In this article

Definition