C# Class Pinta.Core.SimpleHistoryItem

Inheritance: BaseHistoryItem
Afficher le fichier Open project: xxgreg/Pinta Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Redo ( ) : void
SimpleHistoryItem ( string icon, string text ) : System
SimpleHistoryItem ( string icon, string text, ImageSurface oldSurface, int layerIndex ) : System
TakeSnapshotOfLayer ( Layer layer ) : void
TakeSnapshotOfLayer ( int layerIndex ) : void
Undo ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Redo() public méthode

public Redo ( ) : void
Résultat void

SimpleHistoryItem() public méthode

public SimpleHistoryItem ( string icon, string text ) : System
icon string
text string
Résultat System

SimpleHistoryItem() public méthode

public SimpleHistoryItem ( string icon, string text, ImageSurface oldSurface, int layerIndex ) : System
icon string
text string
oldSurface Cairo.ImageSurface
layerIndex int
Résultat System

TakeSnapshotOfLayer() public méthode

public TakeSnapshotOfLayer ( Layer layer ) : void
layer Layer
Résultat void

TakeSnapshotOfLayer() public méthode

public TakeSnapshotOfLayer ( int layerIndex ) : void
layerIndex int
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void