Exemplo n.º 1
0
 /// <summary>
 /// Redo the last action.
 /// </summary>
 public void Redo()
 {
     _drawingSurfaceRenderer.Redo(ViewPort);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Redo the last action.
 /// </summary>
 public void Redo()
 {
     _drawingSurfaceRenderer.Redo(ViewPort, _infiniteCanvasScrollViewer.ZoomFactor);
 }