Check is a Matrix3D is in the stack

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

Syntax

C#
public bool Contains(
	Matrix3D item
)
Visual Basic
Public Function Contains ( _
	item As Matrix3D _
) As Boolean
JScript
public function Contains(
	item : Matrix3D
) : boolean

Parameters

item
Type: System.Windows.Media.Media3D..::..Matrix3D
the Matrix3D to check

Return Value

returns true if the Matrix3D is in the stack

See Also