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