Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Int32
Remarks

Some image formats support storing multiple frames in one image file. The property specifies index of a particular frame.

See Also