+ 1
Hi, I am drawing a character on canvas in C#, I want to fill it using either pointcollection and polygon object or using a gdi32
It fills the character, but the first point of one contour joins the last point of the previous contour,and hence improper filling. Can anyone please explain how can i fill it properly
0 Answers