Share via


MatrixStack.Top Property (Microsoft.DirectX)

Retrieves the current matrix at the top of the stack.

Definition

Visual Basic Public ReadOnly Property Top As Matrix
C# public Matrix Top { get; }
C++ public:
property Matrix Top {
        Matrix get();
}
JScript public function get Top() : Matrix

Property Value

Microsoft.DirectX.Matrix
The Matrix at the top of the matrix stack.

This property is read-only.