On Mon, Dec 14, 2009 at 5:04 PM, Bill Lorensen <bill.lorensen at gmail.com> wrote: > After you set the color that is to be used for drawing (SetDrawColor), > what are you drawing? I was just drawing a circle at (10,10) with radius 5: drawing->DrawCircle(10, 10, 5); drawing->Update(); David