How to paint additional things on a drawn panel?
问题 I'm reading a lot about C# drawing and reading MSDN tutorial on GDI+ using Graphics handlers. I want to be able to paint a graph, which nodes I have in a list but I can't use auto-placing, I need the nodes to be in a specified place and have specific appearance and so on, changing over time, that's why I stopped looking for graph libraries. It all works great when painted for the first time but when I want something painted after something else happens in the code (not after clicking the