IBehaviorFactory

IBehaviorFactory 接口

允许创建动画效果

public interface IBehaviorFactory

方法

名称描述
CreateColorEffect()创建颜色效果。
CreateCommandEffect()创建命令效果。
CreateFilterEffect()创建滤镜效果。
CreateMotionEffect()创建运动效果。
CreatePropertyEffect()创建属性效果。
CreateRotationEffect()创建旋转效果。
CreateScaleEffect()创建缩放效果。
CreateSetEffect()创建集合效果。

备注

为了兼容 COM。

另请参阅