added support for polygons to wxRegion
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -52,10 +52,11 @@ enum wxRegionOp
|
||||
class wxRegion : public wxGDIObject
|
||||
{
|
||||
public:
|
||||
wxRegion();
|
||||
wxRegion( wxCoord x, wxCoord y, wxCoord w, wxCoord h );
|
||||
wxRegion( const wxPoint& topLeft, const wxPoint& bottomRight );
|
||||
wxRegion( const wxRect& rect );
|
||||
wxRegion();
|
||||
wxRegion(size_t n, const wxPoint *points, int fillStyle = wxODDEVEN_RULE );
|
||||
virtual ~wxRegion();
|
||||
|
||||
wxRegion( const wxRegion& r ) { Ref(r); }
|
||||
|
Reference in New Issue
Block a user