TraversalParams.PushTransformation (Transformation) Method

Multiplies the transformation by the current transformation and pushes the resulting transformation on the stack.
Public Overridable Sub PushTransformation( _ 
Optional ByVal transform As Transformation = null _ 
)
This language is not supported or no code example is available.
public virtual void PushTransformation( 
Transformation transform = null 
)
This language is not supported or no code example is available.

Parameters

transform
Transformation

The transformation

Remarks
 
If <param name="transform" /> is null, pushes the current transformation on the stack and puts a null transformation on top of it.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition