|
CartoType API
|
#include <cartotype_graphics.h>
Public Member Functions | |
| virtual const TBitmap * | Bitmap () const =0 |
| virtual void | GetBounds (TRect &aRect) const =0 |
| virtual bool | IsEmpty () const =0 |
Textures are bitmaps that can be drawn using an arbitrary 2D transformation. They are usually implemented by graphics acceleration systems. The CTexture class is an abstract base class to be implemented by a graphics library such as OpenGL.
1.7.5.1