#ifndef _WX_REGION_H_
#define _WX_REGION_H_
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma interface "region.h"
-#endif
-
#include "wx/list.h"
#include "wx/gdiobj.h"
#include "wx/gdicmn.h"
-#include "wx/list.h"
class WXDLLEXPORT wxRect;
class WXDLLEXPORT wxPoint;
class MGLRegion;
-enum wxRegionContain
-{
- wxOutRegion = 0,
- wxPartRegion = 1,
- wxInRegion = 2
-};
-
class WXDLLEXPORT wxRegion : public wxGDIObject
{
DECLARE_DYNAMIC_CLASS(wxRegion);
wxRegion();
~wxRegion();
- //# Copying
- inline wxRegion(const wxRegion& r)
- { Ref(r); }
- inline wxRegion& operator = (const wxRegion& r)
- { Ref(r); return (*this); }
-
//# Modify region
// Clear current region
void Clear(void);