[]
Represents an undo action for moving or resizing an object. Object could be a label, legend or plot area.
public class MoveResizeUndoAction : UndoAction
Public Class MoveResizeUndoAction
Inherits UndoAction
Name | Description |
---|---|
MoveResizeUndoAction(object, SizeF, PointF) | Initializes a new instance of the MoveResizeUndoAction class. |
Name | Description |
---|---|
newLoc | A variable to store new location. |
newSize | A variable to store new size. |
obj | The object to be resizedor moved. |
oldChartTitleOverLay | The object to be store chart title Overlay state. |
oldLoc | A variable to store old location. |
oldManualLayout | The object to be store plot area manual layout state. |
oldSize | A variable to store old size. |
oldVaryColorExcelPolicy | The object store vary color state. |
Name | Description |
---|---|
PerformUndoAction(object) | Performs the undo action. |
SaveUndoState() | Saves undo state information. |
Undo(object) | Undoes the action. |