Add wxSVGFileDC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1890,5 +1890,23 @@ public:
|
|||||||
};
|
};
|
||||||
#endif
|
#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();
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
//---------------------------------------------------------------------------
|
//---------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user