AnimationFrame Constructor (IImageProvider, Int32, Point)

Creates and initializes a new AnimationFrame with the specified playback duration.

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

Syntax

public AnimationFrame(
    IImageProvider imageSource,
    int duration,
    Point position
)
'Declaration
Public Sub New ( 
    imageSource As IImageProvider,
    duration As Integer,
    position As Point
)
public:
AnimationFrame(
    [InAttribute] IImageProvider^ imageSource, 
    [InAttribute] int duration, 
    [InAttribute] Point position
)
Lumia.Imaging.AnimationFrame = function(imageSource, duration, position);

Parameters

  • duration
    Type: System.Int32
    The playback duration of this frame in milliseconds.
  • position
    Type: Windows.Foundation.Point
    The spatial position of the top left corner of this frame, in pixels relative to the first frame.

Version Information

Lumia Imaging SDK

Supported in: 3.0, 2.0

See Also

AnimationFrame Class

AnimationFrame.AnimationFrame Members

AnimationFrame Overload

Lumia.Imaging Namespace