Exemplo n.º 1
0
 public void SetNewShape(ShapeData data)
 {
     GhostPrivate = Factory.Create(data).GetGhost();
     Dirty        = true;
 }
Exemplo n.º 2
0
 public NewShape(ShapeData data)
 {
     _data = data;
 }
Exemplo n.º 3
0
 public ShapeBase(ShapeType type)
 {
     _data = new ShapeData(type);
 }