# FarPoint.Win.Chart.MoveResizeUndoAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_MoveResizeUndoAction" data-uid="FarPoint.Win.Chart.MoveResizeUndoAction" class="text-break">MoveResizeUndoAction Class
</h1>
  <div class="markdown level0 summary"><p>Represents an undo action for moving or resizing an object.
Object could be a label, legend or plot area.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="FarPoint.Win.Chart.Action.html">Action</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Win.Chart.UndoAction.html">UndoAction</a></div>
    <div class="level3"><span class="xref">MoveResizeUndoAction</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_Chart_MoveResizeUndoAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MoveResizeUndoAction : UndoAction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MoveResizeUndoAction
    Inherits UndoAction</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Chart_MoveResizeUndoAction__ctor_System_Object_System_Drawing_SizeF_System_Drawing_PointF_" data-uid="FarPoint.Win.Chart.MoveResizeUndoAction.#ctor(System.Object,System.Drawing.SizeF,System.Drawing.PointF)">
          <a class="xref" href="FarPoint.Win.Chart.MoveResizeUndoAction.-ctor.html#FarPoint_Win_Chart_MoveResizeUndoAction__ctor_System_Object_System_Drawing_SizeF_System_Drawing_PointF_">MoveResizeUndoAction(object, SizeF, PointF)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Chart.MoveResizeUndoAction.html">MoveResizeUndoAction</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Chart_MoveResizeUndoAction_newLoc" data-uid="FarPoint.Win.Chart.MoveResizeUndoAction.newLoc">
          <a class="xref" href="FarPoint.Win.Chart.MoveResizeUndoAction.newLoc.html">newLoc</a>
        </td>
        <td class="markdown level1 summary"><p>A variable to store new location.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_MoveResizeUndoAction_newSize" data-uid="FarPoint.Win.Chart.MoveResizeUndoAction.newSize">
          <a class="xref" href="FarPoint.Win.Chart.MoveResizeUndoAction.newSize.html">newSize</a>
        </td>
        <td class="markdown level1 summary"><p>A variable to store new size.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_MoveResizeUndoAction_obj" data-uid="FarPoint.Win.Chart.MoveResizeUndoAction.obj">
          <a class="xref" href="FarPoint.Win.Chart.MoveResizeUndoAction.obj.html">obj</a>
        </td>
        <td class="markdown level1 summary"><p>The object to be resizedor moved.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_MoveResizeUndoAction_oldChartTitleOverLay" data-uid="FarPoint.Win.Chart.MoveResizeUndoAction.oldChartTitleOverLay">
          <a class="xref" href="FarPoint.Win.Chart.MoveResizeUndoAction.oldChartTitleOverLay.html">oldChartTitleOverLay</a>
        </td>
        <td class="markdown level1 summary"><p>The object to be store chart title Overlay state.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_MoveResizeUndoAction_oldLoc" data-uid="FarPoint.Win.Chart.MoveResizeUndoAction.oldLoc">
          <a class="xref" href="FarPoint.Win.Chart.MoveResizeUndoAction.oldLoc.html">oldLoc</a>
        </td>
        <td class="markdown level1 summary"><p>A variable to store old location.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_MoveResizeUndoAction_oldManualLayout" data-uid="FarPoint.Win.Chart.MoveResizeUndoAction.oldManualLayout">
          <a class="xref" href="FarPoint.Win.Chart.MoveResizeUndoAction.oldManualLayout.html">oldManualLayout</a>
        </td>
        <td class="markdown level1 summary"><p>The object to be store plot area manual layout state.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_MoveResizeUndoAction_oldSize" data-uid="FarPoint.Win.Chart.MoveResizeUndoAction.oldSize">
          <a class="xref" href="FarPoint.Win.Chart.MoveResizeUndoAction.oldSize.html">oldSize</a>
        </td>
        <td class="markdown level1 summary"><p>A variable to store old size.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_MoveResizeUndoAction_oldVaryColorExcelPolicy" data-uid="FarPoint.Win.Chart.MoveResizeUndoAction.oldVaryColorExcelPolicy">
          <a class="xref" href="FarPoint.Win.Chart.MoveResizeUndoAction.oldVaryColorExcelPolicy.html">oldVaryColorExcelPolicy</a>
        </td>
        <td class="markdown level1 summary"><p>The object store vary color state.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Chart_MoveResizeUndoAction_PerformUndoAction_System_Object_" data-uid="FarPoint.Win.Chart.MoveResizeUndoAction.PerformUndoAction(System.Object)">
          <a class="xref" href="FarPoint.Win.Chart.MoveResizeUndoAction.PerformUndoAction.html#FarPoint_Win_Chart_MoveResizeUndoAction_PerformUndoAction_System_Object_">PerformUndoAction(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the undo action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_MoveResizeUndoAction_SaveUndoState" data-uid="FarPoint.Win.Chart.MoveResizeUndoAction.SaveUndoState">
          <a class="xref" href="FarPoint.Win.Chart.MoveResizeUndoAction.SaveUndoState.html#FarPoint_Win_Chart_MoveResizeUndoAction_SaveUndoState">SaveUndoState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves undo state information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_MoveResizeUndoAction_Undo_System_Object_" data-uid="FarPoint.Win.Chart.MoveResizeUndoAction.Undo(System.Object)">
          <a class="xref" href="FarPoint.Win.Chart.MoveResizeUndoAction.Undo.html#FarPoint_Win_Chart_MoveResizeUndoAction_Undo_System_Object_">Undo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Undoes the action.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
