Ejemplo n.º 1
0
 protected override void Select(BoundsInt position)
 {
     if (grid != null)
     {
         GridSelection.Select(brushTarget, position);
         gridBrush.Select(grid, brushTarget, position);
     }
 }
 protected override void Select(BoundsInt position)
 {
     if (this.grid != null)
     {
         GridSelection.Select(this.brushTarget, position);
         this.gridBrush.Select(this.grid, this.brushTarget, position);
     }
 }