|
ImageInfoFrameIndex Property
|
Frame's index.
Namespace:
Accord.Imaging.Formats
Assembly:
Accord.Imaging (in Accord.Imaging.dll) Version: 3.8.0
Syntax public int FrameIndex { get; set; }
Public Property FrameIndex As Integer
Get
Set
Request Example
View SourceProperty Value
Type:
Int32Remarks Some image formats support storing multiple frames in one image file.
The property specifies index of a particular frame.
See Also