public override void Draw(CircuitEditor editor, Context cr)
 {
     if (PlacingComponent)
     {
         // FIXME: Render this will a bit of transaprency
         Gates.AndGate(cr, new Circuit.AndGate(VisualPosition, CompOrientation));
     }
 }