Share via


MatrixStack.Push() Method (Microsoft.DirectX)

Adds a matrix to the stack.

Definition

Visual Basic Public Sub Push()
C# public void Push();
C++ public:
void Push();
JScript public function Push();

Remarks

This method increments the count of items on the stack by 1. The stack grows dynamically as more items are added.

See Also