Shape;
BoundingRectangle(1,1);

// Get a white brush.
SolidBrush(RGB(255,255,255);
RoundRect(left,top,right,bottom,3*grid,3*grid);
 