BehaviorFactory

BehaviorFactory class

允许创建动画效果

public class BehaviorFactory : IBehaviorFactory

构造函数

姓名描述
BehaviorFactory()默认构造函数。

方法

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

评论

为了 COM 兼容性。

也可以看看