Class: Wx::RegionContain
Overview
Types of results returned from a call to Wx::Region#contains.
Constant Summary collapse
- OutRegion =
The specified value is not contained within this region.
Wx::RegionContain.new(0)
- PartRegion =
The specified value is partially contained within this region.
Wx::RegionContain.new(1)
- InRegion =
The specified value is fully contained within this region.
Wx::RegionContain.new(2)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, #allbits?, #anybits?, #coerce, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, #real?, #succ, #to_int, #to_s, #|, #~
Constructor Details
This class inherits a constructor from Wx::Enum
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wx::Enum