ImageCollectionRemove Method |
Removes a specified AtalaImage from this ImageCollection.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public virtual void Remove(
AtalaImage image
)
Public Overridable Sub Remove (
image As AtalaImage
)
Parameters
- image
- Type: Atalasoft.ImagingAtalaImage
The image in the collection to remove.
Remarks The image that is being removed, will not be automatically disposed by the Workspace. To
immediatly free memory, the image that's being removed must be disposed.
See Also