12#ifndef __AUDACITY_IMAGE_ROLL__
13#define __AUDACITY_IMAGE_ROLL__
20#if !wxCHECK_VERSION(3,0,0)
21#define wxRasterOperationMode int
50 void Draw(wxDC &dc, wxRect rect,
52 void Draw(wxDC &dc, wxRect rect);
59 void DrawBitmap(wxDC &dc, wxBitmap &bitmap,
std::vector< wxImage > ImageArray
An ImageRoll is an image that can be expanded to an arbitrary size; it is made up of both fixed piece...
void Draw(wxDC &dc, wxRect rect, int logicalFunc)
wxSize GetMaxSize() const
wxSize GetMinSize() const
ImageRoll(const ImageRoll &)
std::vector< wxBitmap > mPieces