Is there a slick way of chopping up a bitmap into little bitmaps?
My guess is that it will be quicker to draw a single bitmap then chop it up ( a number of symbols to use in a menu), rather than to draw each symbol in a new DC. But maybe I'm wrong...??
My guess is that it will be quicker to draw a single bitmap then chop it up ( a number of symbols to use in a menu), rather than to draw each symbol in a new DC. But maybe I'm wrong...??
Comment