ICustomFilter Interface
Interface for the user-implemented part of a custom block-based filter based on CustomFilterAdapter.
Implementing this interface is not recommended. See ICustomFilter2 instead.
Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
This interface should not be implemented on its own, as it is only safe for single-threaded rendering. Instead, implement ICustomFilter2 which enables parallelism over multiple filter sessions.
Show: