I am using C# and I am drawing the picture programmatically (since the picture can differ according to run time values of the parameters in my application). I end up with non generic closed contours (which consist of straight lines and curves). Now I need to fill those with different colors. Any idea how can I accomplish this?
Thanks in advance.