git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45507
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
};
#endif
+//---------------------------------------------------------------------------
+
+%{
+#include <wx/dcsvg.h>
+%}
+
+class wxSVGFileDC : public wxDC
+{
+ %nokwargs wxSVGFileDC;
+
+ wxSVGFileDC(wxString f);
+ wxSVGFileDC(wxString f, int Width, int Height);
+ wxSVGFileDC(wxString f, int Width, int Height, float dpi);
+
+ ~wxSVGFileDC();
+
+};
+
//---------------------------------------------------------------------------
//---------------------------------------------------------------------------