Class UndoRedoState
public class UndoRedoState
- Inheritance
-
UndoRedoState
- Inherited Members
Constructors
UndoRedoState(UndoRedoAction, Layer, int)
public UndoRedoState(UndoRedoAction action, Layer layer, int layerIndex)
Parameters
action
UndoRedoActionlayer
LayerlayerIndex
int
UndoRedoState(UndoRedoAction, Layer[], int[])
public UndoRedoState(UndoRedoAction action, Layer[] affectedLayers, int[] affectedLayersIndices)
Parameters
action
UndoRedoActionaffectedLayers
Layer[]affectedLayersIndices
int[]
Properties
action
public UndoRedoAction action { get; }
Property Value
affectedLayers
public Layer[] affectedLayers { get; }
Property Value
- Layer[]
affectedLayersIndices
public int[] affectedLayersIndices { get; }
Property Value
- int[]