Renderer
From Pointui
This is a Global object. You must not create an instance of it as one is always available for your use.
Provides basic 2D rendering capabilities.
Contents |
Methods
void Draw(Surface destSurface, Surface srcSurface, int destX, int destY)
void Draw(Surface destSurface, Surface srcSurface, int destX, int destY, int alpha)
Draws a surface on another surface, optionally blending it.
void Clear(Surface destSurface, String themeColorName)
Clears the surface by filling it with the color specified in the themeColorName attribute of the theme. If this attribute does not exist in the theme then this function has no effect.
