Click or drag to resize

ImageSourceReAcquire Method (Int32)

Acquire a previous image by index.

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 AtalaImage ReAcquire(
	int index
)

Parameters

index
Type: SystemInt32
The index of the image to re-acquire.

Return Value

Type: AtalaImage
The acquired image or null (Nothing in VB) if the image was not previously acquired.
See Also