C# Class Artemis.Profiles.Layers.Animations.SlideLeftAnimation

Inheritance: ILayerAnimation
Afficher le fichier Open project: SpoinkyNL/Artemis

Méthodes publiques

Méthode Description
Draw ( LayerPropertiesModel props, LayerPropertiesModel applied, System.Windows.Media.DrawingContext c ) : void
MustExpire ( LayerModel layer ) : bool
Update ( LayerModel layerModel, bool updateAnimations ) : void

Method Details

Draw() public méthode

public Draw ( LayerPropertiesModel props, LayerPropertiesModel applied, System.Windows.Media.DrawingContext c ) : void
props Artemis.Profiles.Layers.Models.LayerPropertiesModel
applied Artemis.Profiles.Layers.Models.LayerPropertiesModel
c System.Windows.Media.DrawingContext
Résultat void

MustExpire() public méthode

public MustExpire ( LayerModel layer ) : bool
layer LayerModel
Résultat bool

Update() public méthode

public Update ( LayerModel layerModel, bool updateAnimations ) : void
layerModel LayerModel
updateAnimations bool
Résultat void