[vtkusers] vtkImageCanvasSource2D ScalarType

David Doria daviddoria+vtk at gmail.com
Mon Dec 14 17:07:18 EST 2009


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



More information about the vtkusers mailing list