SetBounds
void SetBounds(BRect bounds);
void SetBounds(BRect bounds);
SetBounds(view, BRect(where, where));
SetBounds(view, bounds);
void SetBounds(ShowImageView* view, BRect bounds);
fSelectionBox.SetBounds(this, fCopyFromRect);
fSelectionBox.SetBounds(this, fCopyFromRect);
fSelectionBox.SetBounds(this, fCopyFromRect);
fPrintOptions.SetBounds(BRect(0, 0, 1023, 767));
fPrintOptions.SetBounds(fImageView->Bitmap()->Bounds());