Class MatStack.ItemDisposable
A disposable class that manages push and pop operations on a matrix stack.
public class MatStack.ItemDisposable : IDisposable
- Inheritance
-
MatStack.ItemDisposable
- Implements
- Inherited Members
- Extension Methods
Constructors
ItemDisposable(MatStack)
Initializes a new instance of the MatStack.ItemDisposable class.
public ItemDisposable(MatStack stack)
Parameters
stack
MatStackThe matrix stack to manage.
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()