GraphicsPath gp = new GraphicsPath(); gp.AddRectangle(new Rectangle(0, 0, Width, 60)); gp.AddEllipse(10, 62, Width-20, 100);
this.Region = new Region(gp);