class csSprite2D : public csBase This class is a abstraction for simple 2D sprites
This class is a abstraction for simple 2D sprites. Sprites can be drawn with a transparent key color as well as without transparent color. These sprites are slower relatively to run-length encoded sprites (see csSprite2D_RLE) but has the advantage that these sprites can be dynamically-scaled, while RLE-encoded cannot.
virtual ~csSprite2D()
bool ok()
void SetTextureRectangle(int x, int y, int w, int h)
virtual void Draw(IGraphics2D* g2d, int sx, int sy, int sw, int sh)
void Draw(IGraphics2D* g2d, int sx, int sy)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de