// main.cs // C:>csc /t:winexe main.cs using System; using System.Drawing; using System.Drawing.Imaging; using System.Drawing.Drawing2D; class AWindow : System.Windows.Forms.Form { private void OnPaint(object sender, System.Windows.Forms.PaintEventArgs e) { System.Drawing.Graphics g = e.Graphics; int[] coords0 = new int[] {5,5, 80, 80 }; int iLen = coords0.Length; iLen -= 2; GraphicsPath path = new GraphicsPath(); for(int i=0; i