CustomEffectAdapter Constructor (IImageProvider, ICustomEffect)
Creates and initializes a new CustomEffectAdapter with a reference to the user-implemented outer IImageProvider and the user-implemented ICustomEffect.
Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging (in Lumia.Imaging.dll) Version: 255.255.255.255
Syntax
public CustomEffectAdapter(
IImageProvider outerImageProvider,
ICustomEffect customEffect
)
'Declaration
Public Sub New (
outerImageProvider As IImageProvider,
customEffect As ICustomEffect
)
public:
CustomEffectAdapter(
[InAttribute] IImageProvider^ outerImageProvider,
[InAttribute] ICustomEffect^ customEffect
)
Lumia.Imaging.Custom.CustomEffectAdapter = function(outerImageProvider, customEffect);
Parameters
- outerImageProvider
Type: Lumia.Imaging.IImageProvider
The user-defined object that owns the adapter. A weak reference to this object will be kept.
- customEffect
Type: Lumia.Imaging.Custom.ICustomEffect
An ICustomEffect implementation. A weak reference to this object will be kept.
Version Information
Lumia Imaging SDK
Supported in: 2.0
See Also
CustomEffectAdapter.CustomEffectAdapter Members
CustomEffectAdapter Overload