Click or drag to resize

ForwardAndBackwardAnimation Methods

The ForwardAndBackwardAnimation type exposes the following members.

Methods
  NameDescription
Protected methodAnimate
Animates to the next time.
(Inherited from ForwardAnimation.)
Public methodDispose (Inherited from MinimalForwardAnimation.)
Protected methodDispose(Boolean) (Inherited from ForwardAnimation.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNextFrame
Advances to the next frame. This method is called automatically during rendering, and should not be called directly.
(Overrides ForwardAnimationNextFrame.)
Protected methodOnTimeUpdate
Called when the user sets the Time.
(Inherited from ForwardAnimation.)
Public methodPause
Pauses animation.
(Inherited from ForwardAnimation.)
Public methodPlayBackward
Starts animation backward.
Public methodPlayForward
Starts animation forward.
(Inherited from ForwardAnimation.)
Public methodReset
Resets animation to the start time.
(Inherited from ForwardAnimation.)
Public methodStepBackward
Steps animation backward.
Public methodStepForward
Steps animation forward.
(Inherited from ForwardAnimation.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also