Version: 3.1.4
region.h File Reference

Classes

class  wxRegionIterator
 
class  wxRegion
 

Enumerations

enum  wxRegionContain {
  wxOutRegion = 0,
  wxPartRegion = 1,
  wxInRegion = 2
}
 Types of results returned from a call to wxRegion::Contains(). More...
 

Variables

wxRegion wxNullRegion
 An empty region. More...
 

Enumeration Type Documentation

◆ wxRegionContain

Types of results returned from a call to wxRegion::Contains().

Enumerator
wxOutRegion 

The specified value is not contained within this region.

wxPartRegion 

The specified value is partially contained within this region.

On Windows, this result is not supported. wxInRegion will be returned instead.

wxInRegion 

The specified value is fully contained within this region.

On Windows, this result will be returned even if only part of the specified value is contained in this region.

Variable Documentation

◆ wxNullRegion

wxRegion wxNullRegion

An empty region.