tbx
0.7.5
|
Base class image classes providing a consistent interface to plot the to the screen. More...
#include <image.h>
Public Member Functions | |
virtual void | plot (int x, int y) const =0 |
Plot the image to the screen. More... | |
virtual void | plot (const tbx::Point &pt) const |
Plot the image to the screen. More... | |
Base class image classes providing a consistent interface to plot the to the screen.
|
pure virtual |
Plot the image to the screen.
x | x coordinate in os units |
y | y coordinate in os units |
Implemented in tbx::Sprite, tbx::DrawFile, and tbx::JPEG.
|
inlinevirtual |
Plot the image to the screen.
By default this method just calls Image::plot(x,y)
pt | location to plot in os units. |
Reimplemented in tbx::Sprite, tbx::DrawFile, and tbx::JPEG.