AtalaImageDispose Method |
Namespace: Atalasoft.Imaging
The garbage collector will eventually free this memory if dispose is not called. By calling Dispose the memory is freed immediately, important for images occupying many kilobytes of memory.
After the image is disposed, any function calls that access the AtalaImage.ImageData will result in an ObjectIsDisposedException.