Example #1
0
 public override void Draw(Lib.IDraw drawer)
 {
     drawer.DrawEllipse(info[0], info[1], info[2], info[3]);
 }