Shape;
BoundingRectangle(1,1);

// This simply tests pens.

MoveTo(left,top);
LineTo(right,bottom);

ChangePen(PEN_SOLID,3,RGB(255,0,0));
MoveTo(right,top);
LineTo(left,bottom); 