Example #1
0
 public Entity(Sketch sketch) : base(sketch)
 {
     sketch.AddEntity(this);
 }