public override void Draw(Visualization Canvas) { Pen pen = new Pen(Color.Black); Canvas.DrawEllipse(pen, this.x, this.y, this.size, this.size); }