GUIDOLib
1.7.7
Guido Engine Internal Documentation
|
a Bitmap image that can be drawn on the score. (not fully implemented yet) More...
Public Member Functions | |
Bitmap (const char *inName) | |
virtual | ~Bitmap () |
virtual void | OnDraw (VGDevice &hdc, const NVRect &where) const |
virtual void | OnDrawW (VGDevice &hdc, const NVPoint &where, float width) const |
virtual void | OnDrawH (VGDevice &hdc, const NVPoint &where, float height) const |
virtual float | GetProportionalHeight (float width) const |
virtual float | GetProportionalWidth (float height) const |
virtual int | GetWidth () const |
virtual int | GetHeight () const |
const VGDevice * | getDevice () const |
const bool | getIsSVGDevice () const |
![]() | |
virtual | ~Image () |
Protected Attributes | |
bool | isSVGDevice |
Additional Inherited Members | |
![]() | |
Image () | |
a Bitmap image that can be drawn on the score. (not fully implemented yet)
Bitmap::Bitmap | ( | const char * | inName | ) |
|
virtual |
|
inline |
|
inlinevirtual |
|
inline |
|
virtual |
|
virtual |
|
inlinevirtual |
Implements Image.
Implements Image.
Implements Image.
|
protected |