Skip to main content
A newer version of this page is available. .

ClockTransition(Image, Image, IClockAnimationParameters) Constructor

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

Namespace: DevExpress.Utils.Animation

Assembly: DevExpress.Utils.v19.2.dll

Declaration

public ClockTransition(
    Image from,
    Image to,
    IClockAnimationParameters parameters
)

Parameters

Name Type Description
from Image

An object that specifies the first image in the transition.

to Image

An object that specifies the last image in the transition.

parameters IClockAnimationParameters

An object that specifies transition parameters.

See Also