region from polygon added

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-07-27 11:28:20 +00:00
parent 2c21838ef9
commit 564cb9de61
2 changed files with 26 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ public:
wxRegion(const wxPoint& topLeft, const wxPoint& bottomRight);
wxRegion(const wxRect& rect);
wxRegion( WXHRGN hRegion );
wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
wxRegion();
wxRegion(const wxBitmap& bmp)
{