ImageAnimationControllerGotoFrame - метод |
Seeks the animation to the specified frame index.
Пространство имён:
Tessa.UI.Controls
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public void GotoFrame(
int index
)
Public Sub GotoFrame (
index As Integer
)
public:
void GotoFrame(
int index
)
member GotoFrame :
index : int -> unit
Параметры
- index
- Тип: SystemInt32
The index of the frame to seek to
См. также