C# Class Pinta.Core.ClippedSurfaceHistoryItem

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

Méthodes publiques

Méthode Description
ClippedSurfaceHistoryItem ( string icon, string text ) : System
ClippedSurfaceHistoryItem ( string icon, string text, IrregularSurface oldSurface, int layerIndex ) : System
Dispose ( ) : void
Redo ( ) : void
Undo ( ) : void

Method Details

ClippedSurfaceHistoryItem() public méthode

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

ClippedSurfaceHistoryItem() public méthode

public ClippedSurfaceHistoryItem ( string icon, string text, IrregularSurface oldSurface, int layerIndex ) : System
icon string
text string
oldSurface IrregularSurface
layerIndex int
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Redo() public méthode

public Redo ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void