EffectFactory

EffectFactory clase

Permite crear efectos

public class EffectFactory : IEffectFactory

Constructores

NombreDescripción
EffectFactory()El constructor predeterminado.

Propiedades

NombreDescripción
ImageTransformOperationFactory { get; }Devuelve ImageTransformOperationFactory. Solo lectura IImageTransformOperationFactory.

Métodos

NombreDescripción
CreateGlow()Crea el efecto Glow.
CreateInnerShadow()Crea el efecto Inner shafow.
CreateOuterShadow()Crea el efecto Outer shadow.
CreatePresetShadow()Crea el efecto Preset shadow.
CreateReflection()Crea el efecto Reflection.
CreateSoftEdge()Crea el efecto Soft Edge.

Observaciones

Para compatibilidad con COM.

Ver también