IBehaviorFactory

IBehaviorFactory interface

Allows to create animation effects

public interface IBehaviorFactory

Methods

NameDescription
CreateColorEffect()Creates color effect.
CreateCommandEffect()Creates command effect.
CreateFilterEffect()Creates filter effect.
CreateMotionEffect()Creates motion effect.
CreatePropertyEffect()Creates property effect.
CreateRotationEffect()Creates rotation effect.
CreateScaleEffect()Creates scale effect.
CreateSetEffect()Creates set effect.

Remarks

For COM compatibility.

See Also