use bitmap or draw directly?
Hi,
I need some expert opinion. Assume that i need to display 3 shape(circle, rectangle and a triangle). I should be able to select any of them at one time to be drag and drop. So, should i draw these shape onto the form directly or should i save it in the bitmap and load the image. if using bitmap, each of the shape must be save separately?
Thanks