What "function" do you mean? Double buffering is a technique, not a
function.
--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m http://www.opennetcf.org/donate
You create an offscreen bitmap and do all drawing to it. Override OnPaint,
and in it blit the off-screen bitmap to the Form/Control. There are a few
controls in the SDF that do this (like the RoundGauge).