views:

52

answers:

0

I have a big problem with filling an open GraphicsPath figure with Graphics.FillPath(brush, path).

According to MSDN http://msdn.microsoft.com/en-us/library/kekf4cez.aspx 'the path is filled as if the open figure were closed by a straight line from its ending point to its starting point.' In this case figure similar to ie. 'e' drawn created as one open figure by adding lines and Beziers is filled as if it is closed.

The result I want to achieve is ONLY the upper part of the fig filled.