Should I reuse Points and Rectangles or create new ones?
- by Newtang
In a method that gets called frequently, like a painting event, is it more efficient to reuse Point and Rectangle Objects (for specifying locations and bounds), or should I create new ones.