ImageSourceAcquireNext Method |
Acquire the next available image from the ImageSource.
Namespace:
Atalasoft.Imaging
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public AtalaImage AcquireNext()
Public Function AcquireNext As AtalaImage
Return Value
Type:
AtalaImage A new AtalaImage or null if the image can't be loaded or there is no image to load.
Remarks This method may throw an exception on certain load failures, but that will depend on the concrete
implementation of ImageSource.
A call to Release(AtalaImage) should be made for every Acquire.
See Also