IActiveFrame.FrameIndex Property

The index of the currently active frame.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255

Syntax

uint FrameIndex { get; set; }
'Declaration
Property FrameIndex As UInteger
    Get
    Set
property unsigned int FrameIndex {
    unsigned int get ();
    void set (unsigned int value);
}
function get_FrameIndex();
function set_FrameIndex(value);

Property Value

Type: UInt32

Remarks

The frame index will not be validated against the number of frames available until the source is loaded during rendering.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

IActiveFrame Interface

IActiveFrame.IActiveFrame Members

Lumia.Imaging Namespace