Looking at an example of drawing rounded rectangles, I see this:
Code:
int d = raius << 1;
What does this do? I know it is a shift operator, but what is this doing?

Mike B