I just was wondering a few things about the speed of and how to speed up GDI+. First, which is faster, drawing to a Form or a PictureBox (provided double buffering is enabled)? and second, should you do Draw(Control.CreateGraphics) or Control.Refresh() for triggering the paint? Thanx for any help.