GradientImageSource.FrameIndex Property

Index of the active frame. Must be less than FrameCount.

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

IImageResource.FrameIndex

Version Information

Lumia Imaging SDK

Supported in: 3.0

See Also

GradientImageSource Class

GradientImageSource.GradientImageSource Members

Lumia.Imaging Namespace