ImageAnimationController - класс

Provides a way to pause, resume or seek a GIF animation.

Definition

Пространство имён: Tessa.UI.Controls
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public class ImageAnimationController : IDisposable
Inheritance
Object    ImageAnimationController
Implements
IDisposable

Свойства

CurrentFrame Returns the current frame index.
FrameCount Returns the number of frames in the image.
IsComplete Returns a value that indicates whether the animation is complete.
IsPaused Returns a value that indicates whether the animation is paused.

Методы

Dispose Disposes the current object.
Dispose(Boolean) Disposes the current object
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
Finalize Finalizes the current object.
(Переопределяет ObjectFinalize)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
GotoFrame Seeks the animation to the specified frame index.
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
Pause Pauses the animation.
Play Starts or resumes the animation. If the animation is complete, it restarts from the beginning.
ToStringReturns a string that represents the current object.
(Унаследован от Object)

События

CurrentFrameChanged Raised when the current frame changes.

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также