The PolygonTS routine does not work; pass the following contour points to the PolygonTS routine:
(86,86), (91,91), (104,104), (422,104), (436,91), (440,86)
The target bitmap is 1638 x 871 pixels (w x h) in size.
Following line of code exits the RenderPolygonTS routine:
if MinY >= MaxY then Exit;
Why is this???
Regards,
Koen