C# Class PGMEBackend.Undo.PaintBorderUndo

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

Méthodes publiques

Méthode Description
CallRedo ( ) : void
CallUndo ( ) : void
PaintBorderUndo ( short OldBorder, short NewBorder, 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

PaintBorderUndo() public méthode

public PaintBorderUndo ( short OldBorder, short NewBorder, int X, int Y, int W, int H ) : System
OldBorder short
NewBorder short
X int
Y int
W int
H int
Résultat System