BaseBrushAnimator.

Apply(Animation, Animatable, IClock, IObservable<bool>, Action) Method

Summary

Applies the current KeyFrame group to the specified control.

Syntax

public override IDisposable Apply(Animation animation, Animatable control, IClock clock, IObservable<bool> match, Action onComplete)

Parameters

Name Type Description
animation Animation
control Animatable
clock IClock
match IObservable<bool>
onComplete Action

Return Value

Type Description
IDisposable