iPlug2 - C++ Audio Plug-in Framework
|
Public Member Functions | |
Bitmap (val imageCanvas, const char *name, int scale) | |
Bitmap (int width, int height, int scale, float drawScale) | |
![]() | |
APIBitmap (BitmapData pBitmap, int w, int h, int scale, float drawScale) | |
APIBitmap constructor. More... | |
APIBitmap (const APIBitmap &)=delete | |
APIBitmap & | operator= (const APIBitmap &)=delete |
void | SetBitmap (BitmapData pBitmap, int w, int h, int scale, float drawScale) |
Used to initialise the members after construction. More... | |
BitmapData | GetBitmap () const |
int | GetWidth () const |
int | GetHeight () const |
int | GetScale () const |
float | GetDrawScale () const |
Definition at line 31 of file IGraphicsCanvas.cpp.