C# Класс AnimationModels.KeyFrame

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Get ( int Row, int Column ) : Color
KeyFrame ( ) : System
KeyFrame ( int rowCount, int columnCount, System.TimeSpan startTime, ITween tween ) : System
Set ( int Row, int Column, Color Color ) : void

Описание методов

Get() публичный Метод

public Get ( int Row, int Column ) : Color
Row int
Column int
Результат Color

KeyFrame() публичный Метод

public KeyFrame ( ) : System
Результат System

KeyFrame() публичный Метод

public KeyFrame ( int rowCount, int columnCount, System.TimeSpan startTime, ITween tween ) : System
rowCount int
columnCount int
startTime System.TimeSpan
tween ITween
Результат System

Set() публичный Метод

public Set ( int Row, int Column, Color Color ) : void
Row int
Column int
Color Color
Результат void