GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
30 Bitmap(
const char * inName );
virtual int GetWidth() const =0
Returns the width (set via NotifySize) of the current VGDevice.
a Bitmap image that can be drawn on the score. (not fully implemented yet)
Definition: Bitmap.h:24
virtual int GetWidth() const
Definition: Bitmap.h:40
virtual float GetProportionalWidth(float height) const
virtual int GetHeight() const =0
Returns the height (set via NotifySize) of the current VGDevice.
const bool getIsSVGDevice() const
Definition: Bitmap.h:45
Generic platform independant drawing device.
Definition: VGDevice.h:68
Bitmap(const char *inName)
virtual void OnDrawH(VGDevice &hdc, const NVPoint &where, float height) const
virtual void OnDraw(VGDevice &hdc, const NVRect &where) const
virtual int GetHeight() const
Definition: Bitmap.h:41
bool isSVGDevice
Definition: Bitmap.h:48
virtual float GetProportionalHeight(float width) const
const VGDevice * getDevice() const
Definition: Bitmap.h:43
virtual void OnDrawW(VGDevice &hdc, const NVPoint &where, float width) const