Exemplo n.º 1
0
 // Add myself to the constraint graph.
 public override void addToGraph()
 {
     v1.addConstraint(this);
     v2.addConstraint(this);
     direction = nodirection;
 }
Exemplo n.º 2
0
 // Add myself to the constraint graph.
 public override void addToGraph()
 {
     base.addToGraph();
     scale.addConstraint(this);
     offset.addConstraint(this);
 }
Exemplo n.º 3
0
 // Add myself to the constraint graph.
 public override void addToGraph()
 {
     myOutput.addConstraint(this);
     satisfied = false;
 }