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