RandomAccessStreamImageSource.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
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
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
RandomAccessStreamImageSource Class
RandomAccessStreamImageSource.RandomAccessStreamImageSource Members