Interface IConversionEffect<TEffectConfiguration>
The IConversionEffect interface
Namespace: ImageVault.Core.Common.Conversion
Assembly: ImageVault.Core.dll
Syntax
public interface IConversionEffect<TEffectConfiguration> : IConversionEffect
Type Parameters
Name | Description |
---|---|
TEffectConfiguration |
Properties
Configuration
Get/Sets the Configuration of the IConversionEffect
Declaration
TEffectConfiguration Configuration { get; set; }
Property Value
Type | Description |
---|---|
TEffectConfiguration |