Skip to main content

BaseTransition.Restart(Image, Image, IAnimationParameters) Method

Runs the transition between the specified frames with the specified parameters.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void Restart(
    Image from,
    Image to,
    IAnimationParameters parameters
)

Parameters

Name Type Description
from Image

An Image object that specifies the first frame in the transition.

to Image

An Image object that specifies the last frame in the transition.

parameters IAnimationParameters

An IAnimationParameters object that specifies transition parameters.

See Also