GifRenderer Constructor (IReadOnlyList<IImageProvider>, Int32, Int32)
Initializes a new instance of the GifRenderer class
Namespace: Lumia.Imaging
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
public: GifRenderer( [InAttribute] IReadOnlyList<IImageProvider^>^ imageSources, [InAttribute] int duration, [InAttribute] int numberOfAnimationLoops )
Parameters
- imageSources
- Type: System.Collections.Generic::IReadOnlyList<IImageProvider>
[Missing <param name="imageSources"/> documentation for "M:Lumia.Imaging.GifRenderer.#ctor(Windows.Foundation.Collections.IVectorView{Lumia.Imaging.IImageProvider},System.Int32,System.Int32)"]
- duration
- Type: System::Int32
[Missing <param name="duration"/> documentation for "M:Lumia.Imaging.GifRenderer.#ctor(Windows.Foundation.Collections.IVectorView{Lumia.Imaging.IImageProvider},System.Int32,System.Int32)"]
- numberOfAnimationLoops
- Type: System::Int32
[Missing <param name="numberOfAnimationLoops"/> documentation for "M:Lumia.Imaging.GifRenderer.#ctor(Windows.Foundation.Collections.IVectorView{Lumia.Imaging.IImageProvider},System.Int32,System.Int32)"]
Show: