Exemplo n.º 1
0
 public DisplayShape(Shape s, ShapeRepresents shapeRepresents, graphElement element)
     : base(element)
 {
     _shape = s;
     StringNeedsUpdating  = true;
     this.shapeRepresents = shapeRepresents;
 }
Exemplo n.º 2
0
 public DisplayShape(string s, ShapeRepresents shapeRepresents, graphElement element)
     : base(s, element)
 {
     this.shapeRepresents = shapeRepresents;
 }