BehaviorFactory

BehaviorFactory Klasse

Ermöglicht das Erstellen von Animationseffekten

public class BehaviorFactory : IBehaviorFactory

Konstruktoren

NameBeschreibung
BehaviorFactory()Der Standardkonstruktor.

Methoden

NameBeschreibung
CreateColorEffect()Erstellt Farbeffekt.
CreateCommandEffect()Erstellt Befehlseffekt.
CreateFilterEffect()Erstellt Filtereffekt.
CreateMotionEffect()Erstellt Bewegungseffekt.
CreatePropertyEffect()Erstellt Eigenschaften-Effekt.
CreateRotationEffect()Erstellt Rotations-Effekt.
CreateScaleEffect()Erstellt Skalierungseffekt.
CreateSetEffect()Erstellt Set-Effekt.

Bemerkungen

Für die COM-Kompatibilität.

Siehe auch