C# Class PGMEBackend.Undo.PaintUndo

Inheritance: UndoStep
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Méthode Description
CallRedo ( ) : void
CallUndo ( ) : void
PaintUndo ( short OldLayout, short NewLayout, int X, int Y, int W, int H ) : System

Method Details

CallRedo() public méthode

public CallRedo ( ) : void
Résultat void

CallUndo() public méthode

public CallUndo ( ) : void
Résultat void

PaintUndo() public méthode

public PaintUndo ( short OldLayout, short NewLayout, int X, int Y, int W, int H ) : System
OldLayout short
NewLayout short
X int
Y int
W int
H int
Résultat System