C# Class System.Windows.Media.Animation.EasingFunctionBase

Inheritance: DependencyObject, IEasingFunction
Mostra file Open project: shana/moon Class Usage Examples

Public Methods

Method Description
Ease ( double normalizedTime ) : double

Protected Methods

Method Description
EaseInCore ( double normalizedTime ) : double

Private Methods

Method Description
Initialize ( ) : void

Method Details

Ease() public method

public Ease ( double normalizedTime ) : double
normalizedTime double
return double

EaseInCore() protected abstract method

protected abstract EaseInCore ( double normalizedTime ) : double
normalizedTime double
return double