Method | Description | |
---|---|---|
Animation ( int rowCount, int columnCount ) : System | ||
Animation ( string name, string author, string musicFilename, int rowCount, int columnCount, List |
||
DeleteFrame ( int index ) : void | ||
InsertFrame ( int index, |
public Animation ( int rowCount, int columnCount ) : System | ||
rowCount | int | |
columnCount | int | |
return | System |
public Animation ( string name, string author, string musicFilename, int rowCount, int columnCount, List |
||
name | string | |
author | string | |
musicFilename | string | |
rowCount | int | |
columnCount | int | |
frames | List |
|
return | System |
public InsertFrame ( int index, |
||
index | int | |
frame | ||
return | void |