private void Form1_Paint(object sender, PaintEventArgs e) { Graphics g = e.Graphics; GraphicsPath gp = new GraphicsPath(); gp.AddLine(, , , ); gp.AddLine(, , , ); gp.AddLine(, , , ); gp.CloseFigure(); g.FillRectangle(Brushes.White,this.ClientRectangl