Pen p = new Pen(Color.Black, 2); Graphics g = CreateGraphics(); g.DrawEllipse(p, 200, 200, 100, 100);