Для изменения размера нажмите или перетащите

ImageAnimationController - класс

Provides a way to pause, resume or seek a GIF animation.
Иерархия наследования
SystemObject
  Tessa.UI.ControlsImageAnimationController

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

Тип ImageAnimationController предоставляет следующие члены.

Свойства
  ИмяОписание
Открытое свойство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
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Защищённый методFinalize
Finalizes the current object.
(Переопределяет ObjectFinalize.)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Открытый методGotoFrame
Seeks the animation to the specified frame index.
Защищённый методMemberwiseClone
Creates 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.
Открытый методToString
Returns a string that represents the current object.
(Унаследован от Object.)
В начало страницы
События
  ИмяОписание
Открытое событиеCurrentFrameChanged
Raised when the current frame changes.
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также