/**
Increment operator. Increments the iterator to the next region.
-
- @beginWxPythonOnly
- A wxPython alias for this operator is called Next.
- @endWxPythonOnly
*/
wxRegionIterator& operator ++();
Default constructor.
This constructor creates an invalid, or null, object, i.e. calling
- IsOk() on it returns @false and IsNull() returns @true.
+ IsOk() on it returns @false and IsEmpty() returns @true.
*/
wxRegion();
/**