Hi I want to Fill out a Rectangle. Normally i can use:
g.FillRectangle(Brushes.Green, x1, y1, x2, y2);
But I don't want to fill it completly out with a green color, I want to fill it out with points So i want it: One point black, one point green, one point black... Can you help me thanks