EffectList Members

Include Protected Members
Include Inherited Members

The EffectList type exposes the following members.

Constructors

  Name Description
Public method EffectList()
Creates a new empty list of effects.
Public method EffectList(IIterable)
Initializes a new instance of the EffectList class

Methods

  Name Description
Public method Append
Public method Clear
Public method Clone
Clone the image provider.
Public method CreateImageWorker
Create a worker that can perform image processing.
Public method First
Public method GetAt
Public method GetBitmapAsync
Public method GetInfoAsync
This method is no longer supported and should not be called. See remarks.
Public method GetMany
Public method GetSources
Public method GetView
Public method IndexOf
Public method InsertAt
Public method Lock
This method is no longer supported and should not be called. See remarks.
Public method PreloadAsync
This method is no longer supported and should not be called. See remarks.
Public method RemoveAt
Public method RemoveAtEnd
Public method ReplaceAll
Public method SetAt
Public method SetSource
Set a source by index.

Extension Methods

  Name Description
Public Extension Method AsAnimationFrame
Returns an AnimationFrame with the specified IImageProvider as its source and the specified frame duration.
(Defined by ImageProviderExtensions.)
Public Extension Method Then<TImageConsumer>
Enables a fluid way of chaining multiple IImageProvider objects and IImageConsumer objects.
(Defined by ImageProviderExtensions.)

Properties

  Name Description
Public property Size
Public property Source
The IImageProvider that will be used as source.
Public property SourceCount
The number of sources that can be set.
Public property SupportedRenderOptions
Supported rendering options.

See Also

EffectList Class

Lumia.Imaging Namespace