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; }
Public ReadOnly Property Current As Integer
Get
Property Value
Type:
Int32Remarks 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