Click or drag to resize

ImageSourceAcquire Method (Int32)

Note: This API is now obsolete.

This method has been deprecated. Use ReAcquire(AtalaImage) instead.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("This method has been replaced with ReAcquire.", 
	false)]
public virtual AtalaImage Acquire(
	int index
)

Parameters

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

Return Value

Type: AtalaImage
The acquired image.
Remarks
Acquire a previous image by index.
See Also