EffectFactory

EffectFactory class

Allows to create effects

public class EffectFactory : IEffectFactory

Constructors

NameDescription
EffectFactory()The default constructor.

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