iPlug2 - C++ Audio Plug-in Framework
Loading...
Searching...
No Matches
Public Member Functions | List of all members
IGraphicsCanvas::Bitmap Class Reference
Inheritance diagram for IGraphicsCanvas::Bitmap:
[legend]

Public Member Functions

 Bitmap (val imageCanvas, const char *name, int scale)
 
 Bitmap (int width, int height, int scale, float drawScale)
 
- Public Member Functions inherited from APIBitmap
 APIBitmap (BitmapData pBitmap, int w, int h, float scale, float drawScale)
 APIBitmap constructor. More...
 
 APIBitmap (const APIBitmap &)=delete
 
APIBitmapoperator= (const APIBitmap &)=delete
 
void SetBitmap (BitmapData pBitmap, int w, int h, float scale, float drawScale)
 Used to initialise the members after construction. More...
 
BitmapData GetBitmap () const
 
int GetWidth () const
 
int GetHeight () const
 
float GetScale () const
 
float GetDrawScale () const
 

Detailed Description

Definition at line 31 of file IGraphicsCanvas.cpp.

Constructor & Destructor Documentation

◆ Bitmap() [1/2]

IGraphicsCanvas::Bitmap::Bitmap ( val  imageCanvas,
const char *  name,
int  scale 
)
inline

Definition at line 34 of file IGraphicsCanvas.cpp.

◆ Bitmap() [2/2]

IGraphicsCanvas::Bitmap::Bitmap ( int  width,
int  height,
int  scale,
float  drawScale 
)
inline

Definition at line 39 of file IGraphicsCanvas.cpp.

◆ ~Bitmap()

virtual IGraphicsCanvas::Bitmap::~Bitmap ( )
inlinevirtual

Definition at line 48 of file IGraphicsCanvas.cpp.


The documentation for this class was generated from the following file: