MatrixStack.Push Method

Language:

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


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center