Exemplo n.º 1
0
 public OutputPanel(IPaintToolsCollection paintToolsCollection)
 {
     this.DoubleBuffered     = true;
     this.paintTools         = paintToolsCollection;
     dragAndDropPoints       = new List <DragAndDropPoint>();
     dragAndDropActivePoints = new List <DragAndDropPoint>();
 }
Exemplo n.º 2
0
 public OutputPanel(IPaintToolsCollection paintToolsCollection)
 {
     this.DoubleBuffered = true;
     this.paintTools = paintToolsCollection;
     dragAndDropPoints = new List<DragAndDropPoint>();
     dragAndDropActivePoints = new List<DragAndDropPoint>();
 }