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... | |
| enum 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. |
| wxRegion wxNullRegion |
An empty region.