class wxGraphicsMatrix : public wxGraphicsObject
{
public :
- // wxGraphicsMatrix(wxGraphicsRenderer* renderer); *** This class is an ABC
-
+ wxGraphicsMatrix();
virtual ~wxGraphicsMatrix();
DocDeclStr(
class wxGraphicsPath : public wxGraphicsObject
{
public :
- //wxGraphicsPath(wxGraphicsRenderer* renderer); *** This class is an ABC, so we can't allow instances to be created directly
+ wxGraphicsPath();
virtual ~wxGraphicsPath();
class wxGraphicsContext : public wxGraphicsObject
{
public:
- // wxGraphicsContext() This is also an ABC, use Create to make an instance...
+ // wxGraphicsContext() This is an ABC, use Create to make an instance...
virtual ~wxGraphicsContext();
%newobject Create;