Exemplo n.º 1
0
 public CanvasState(CanvasState other)
 {
     other.CopyTo(this);
 }
Exemplo n.º 2
0
 public CanvasState(CanvasState other)
 {
     this.canvas = other.canvas;
     other.CopyTo(this);
 }