DX9ToolsR4 - Created by: X

MatrixStackCollection.Add Method 

Adds a MatrixStackItem type to the collection.

[Visual Basic]
Public Function Add( _
   ByVal Item As MatrixStackItem _
) As Integer
[C#]
public int Add(
   MatrixStackItem Item
);

Parameters

Item
A reference to a MatrixStackItem type.

Return Value

Returns the index that the item was added to.

Exceptions

Exception TypeCondition
ArgumentNullException Will throw a ArgumentNullException Exception if 'Item' is nothing.

See Also

MatrixStackCollection Class | CBX.Libs.DX9ToolsR4.Collections Namespace