Reputation: 497
To briefly explain:
Now, the problem I have is upon using Clear(Color color), everything including shape controls gets disappeared. By my perception, I do not expect shapes to be disappeared because they should be treated as controls, unless I am missing something here. How can I avoid this issue? Any advice would be appreciated.
Upvotes: 0
Views: 261
Reputation: 497
Solved the problem by invalidating "shape.Invalidate()" shape controls.
Upvotes: 1