C# Class Xamarin.Motion.Tweener

Show file Open project: Clancey/Canvas

Public Methods

Method Description
Pause ( ) : void
Reset ( ) : void
Start ( ) : void
Stop ( ) : void
Tweener ( uint length, uint rate ) : System

Method Details

Pause() public method

public Pause ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

Tweener() public method

public Tweener ( uint length, uint rate ) : System
length uint
rate uint
return System