Hi,
I'm Phoenix a beginnen with C++ I controle Java and I'm working on a tic-tac-toe game but I have a problem.
I'm trying to fill a polygon shape. I already tryed FillRect and FloodFill And I hope that some one can help me here.
The polygon shape is:
POINT line[6] = {100,13, 107,268, 104,253, 106,285, 100,265, 96,286};
Polygon(hDC, line, 6);
Can anyone help me with this??



LinkBack URL
About LinkBacks


