Click or drag to resize

RandomAccessImageSourceItem Property

Acquires the image at location i within the image source and returns it.

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 this[
	int i
] { get; }

Parameters

i
Type: SystemInt32
The index of the image to be acquired.

Property Value

Type: AtalaImage
Remarks
Note that this operation performs an Acquire on the image. It is still the responsibility of the caller to perform a Release on the image when finished with it.
See Also