c# - How to fill the color inside the shape containing different path like curves and lines -


i have drawn shape using path segments points, shape drawn color not filled inside shape. have used fillpath() method, color filled in outline .i have added individual points in graphicspath object path.addline(), color filled inside shape. whenever have added whole points using loop ,the color not filled in shape.

you have not initialized brush (or set brush color). outline drawned pen object. filling done brush object.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -