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