C# Class Xamarin.Motion.Animation

Inheritance: System.Collections.IEnumerable
Afficher le fichier Open project: Clancey/Canvas Class Usage Examples

Méthodes publiques

Méthode Description
Add ( double beginAt, double finishAt, Animation animation ) : void
Animation ( ) : System
Animation ( Action callback, double start = 0.0f, double end = 1.0f, double>.Func easing = null, System.Action finished = null ) : System
Commit ( Animatable owner, string name, uint rate = 16, uint length = 250, double>.Func easing = null, bool>.Action finished = null, Func repeat = null ) : void
GetCallback ( ) : Action
GetEnumerator ( ) : System.Collections.IEnumerator
Insert ( double beginAt, double finishAt, Animation animation ) : Animation
WithConcurrent ( Action callback, double start = 0.0f, double end = 1.0f, double>.Func easing = null, double beginAt = 0.0f, double finishAt = 1.0f ) : Animation
WithConcurrent ( Animation animation, double beginAt = 0.0f, double finishAt = 1.0f ) : Animation

Method Details

Add() public méthode

public Add ( double beginAt, double finishAt, Animation animation ) : void
beginAt double
finishAt double
animation Animation
Résultat void

Animation() public méthode

public Animation ( ) : System
Résultat System

Animation() public méthode

public Animation ( Action callback, double start = 0.0f, double end = 1.0f, double>.Func easing = null, System.Action finished = null ) : System
callback Action
start double
end double
easing double>.Func
finished System.Action
Résultat System

Commit() public méthode

public Commit ( Animatable owner, string name, uint rate = 16, uint length = 250, double>.Func easing = null, bool>.Action finished = null, Func repeat = null ) : void
owner Animatable
name string
rate uint
length uint
easing double>.Func
finished bool>.Action
repeat Func
Résultat void

GetCallback() public méthode

public GetCallback ( ) : Action
Résultat Action

GetEnumerator() public méthode

public GetEnumerator ( ) : System.Collections.IEnumerator
Résultat System.Collections.IEnumerator

Insert() public méthode

public Insert ( double beginAt, double finishAt, Animation animation ) : Animation
beginAt double
finishAt double
animation Animation
Résultat Animation

WithConcurrent() public méthode

public WithConcurrent ( Action callback, double start = 0.0f, double end = 1.0f, double>.Func easing = null, double beginAt = 0.0f, double finishAt = 1.0f ) : Animation
callback Action
start double
end double
easing double>.Func
beginAt double
finishAt double
Résultat Animation

WithConcurrent() public méthode

public WithConcurrent ( Animation animation, double beginAt = 0.0f, double finishAt = 1.0f ) : Animation
animation Animation
beginAt double
finishAt double
Résultat Animation