Search Results for

    Show / Hide Table of Contents

    Interface IConversionEffectFactory

    Defines a conversion effect factory

    Namespace: ImageVault.Core.Common.Conversion
    Assembly: ImageVault.Core.dll
    Syntax
    public interface IConversionEffectFactory

    Methods

    Configure(String)

    Configures the Effect factory

    Declaration
    void Configure(string factoryConfiguration)
    Parameters
    Type Name Description
    System.String factoryConfiguration

    The configuration for the effect

    CreateEffect(String)

    Creates an effect with the supplied configuration

    Declaration
    IConversionEffect CreateEffect(string effectConfiguration)
    Parameters
    Type Name Description
    System.String effectConfiguration
    Returns
    Type Description
    IConversionEffect
    In This Article
    Back to top (c) Meriworks 2002-2022