IEffectFactory

IEffectFactory interface

Allows to create effects’ instances

public interface IEffectFactory

Properties

NameDescription
ImageTransformOperationFactory { get; }Returns ImageTransformOperationFactory. Read-only IImageTransformOperationFactory.

Methods

NameDescription
CreateGlow()Creates Glow effect.
CreateInnerShadow()Creates Inner shafow effect.
CreateOuterShadow()Creates Outer shadow effect.
CreatePresetShadow()Creates Preset shadow effect.
CreateReflection()Creates Reflection effect.
CreateSoftEdge()Creates Soft Edge effect.

Remarks

For COM compatibility.

See Also