Ejemplo n.º 1
0
 public void DrawIntersection(System.Drawing.Graphics g, int w, int h, System.Drawing.Color fillColor)
 {
     if (!intersection)
     {
         return;
     }
     else
     {
         inters.DrawPolygon(g, w, h, fillColor, System.Drawing.Color.Red, true);
     }
 }