Skip to main content

BaseTransition(Image, Image, IAnimationParameters) Constructor

Initializes a new instance of the BaseTransition class with specified settings.

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public BaseTransition(
    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 the transition parameters.

See Also