NPointF[] points2 = new NPointF[]{ new NPointF(150,140), new NPointF(200,140), new NPointF(200,200), new NPointF(150,200),};NPolygonPath cup = new NPolygonPath(points2);cup.Style.FillStyle = new NColorFillStyle(Color.Empty); // an exception is raised - why?
Best Regards,Nevron Support Team