StreamImageSource.FrameIndex Property

The index of the currently active frame.

Namespace: Lumia.Imaging
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0

Syntax

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

Property Value

Type: UInt32

Implements

IActiveFrame.FrameIndex

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

StreamImageSource Class

StreamImageSource.StreamImageSource Members

Lumia.Imaging Namespace