56 virtual void plot(
int x,
int y)
const = 0;
A library for creating RISC OS toolbox applications.
Definition: abouttobeshownlistener.cc:34
int x
Definition: point.h:59
int y
Definition: point.h:60
Base class image classes providing a consistent interface to plot the to the screen.
Definition: image.h:44
Class to represent a position in two dimensional space.
Definition: point.h:36
virtual void plot(int x, int y) const =0
Plot the image to the screen.
virtual void plot(const tbx::Point &pt) const
Plot the image to the screen.
Definition: image.h:65