IFilter Interface

An image filter for use with an IFilterEffect.

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

Syntax

public interface IFilter
'Declaration
Public Interface IFilter
public interface class IFilter
Lumia.Imaging.IFilter = function();
Lumia.Imaging.IFilter.createInterface('Lumia.Imaging.IFilter');

Remarks

This interface is provided in order to facilitate the creation of test doubles. It is not possible for a user of the SDK to create an implementation of IFilter that will work with the filter effect provided in the SDK.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

IFilter.IFilter Members

Lumia.Imaging Namespace