Méthode | Description | |
---|---|---|
MainWindow ( ) : System |
Méthode | Description | |
---|---|---|
notifyPropertyChanged ( string property ) : void |
Méthode | Description | |
---|---|---|
AddFilesCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void | ||
DeleteCommand_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void | ||
DeleteCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void | ||
GenerateCommand_CanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void | ||
GenerateCommand_Executed ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void | ||
createCanvas ( ICollection |
Create a new canvas to put all images onto.
|
|
generateSprite ( string fileName ) : void |
Create a sprite out of the list.
|
|
loadImages ( IEnumerable |
Load images into memory.
|
|
pasteFrames ( Image target, IEnumerable |
Paste all frames onto a single image.
|
|
showSuccess ( string fileName ) : void | ||
validateImages ( ICollection |
Make sure there are enough images and they're of equal size!
|
protected notifyPropertyChanged ( string property ) : void | ||
property | string | |
Résultat | void |