Method | Description | |
---|---|---|
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 |
public KeyFrame ( int rowCount, int columnCount, System.TimeSpan startTime, ITween tween ) : System | ||
rowCount | int | |
columnCount | int | |
startTime | System.TimeSpan | |
tween | ITween | |
return | System |
public Set ( int Row, int Column, Color Color ) : void | ||
Row | int | |
Column | int | |
Color | Color | |
return | void |