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; }
Public ReadOnly Default Property Item (
i As Integer
) As AtalaImage
Get
Parameters
- i
- Type: SystemInt32
The index of the image to be acquired.
Property Value
Type:
AtalaImageRemarks 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