Get the Matrix3D from the top of the stack

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Matrix3D Peek()
Visual Basic
Public Function Peek As Matrix3D
JScript
public function Peek() : Matrix3D

Return Value

the Matrix3D on top of the stack

See Also