wyrd
Well-known member
I noticed that the Paint event automatically gives a blank Graphics object, which would mean Id have to redraw every object in my game (at most 115). Theres also an option to set auto backbuffer, right?
Obviously the Refresh method and Paint event makes things simplistic an easy, I was wondering just how fast or slow it is? Would I benefit more if I were to just use a single Graphics object and clear moving object by hand (which obviously wouldnt be all 115), or would the speed different in my small game not matter much?
Maybe I should take the easy route, and if speed isnt efficient enough, try out the "old fasion" way of creating my own back buffer and just clearing/drawing items that are moving?
Oh and btw, how do you set the backbuffer option for a form?
Obviously the Refresh method and Paint event makes things simplistic an easy, I was wondering just how fast or slow it is? Would I benefit more if I were to just use a single Graphics object and clear moving object by hand (which obviously wouldnt be all 115), or would the speed different in my small game not matter much?
Maybe I should take the easy route, and if speed isnt efficient enough, try out the "old fasion" way of creating my own back buffer and just clearing/drawing items that are moving?
Oh and btw, how do you set the backbuffer option for a form?