Click or drag to resize

ImageSourceCurrent Property

Returns the index of the current image.

Namespace:  Atalasoft.Imaging
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int Current { get; }

Property Value

Type: Int32
Remarks
This property represents the index of the next image to be acquired, not the index of the most recently acquired image. If an ImageSource has just been constructed or Reset has been invoked, Current will be 0.
See Also